tags 19537 + patch thanks Kelly Dean writes: > Manual page «(elisp) Package Archives» says: > ⌜ -- Command: package-upload-buffer > This command is similar to `package-upload-file', but instead of > prompting for a package file, it uploads the contents of the > current buffer. The current buffer must be visiting a simple > package (a `.el' file) or a multi-file package (a `.tar' file); > otherwise, an error is raised.⌝ > > But in fact, it must be visiting a simple package; it can't be a multi-file > package. For the latter, only package-upload-file works (and even that works > only after the patch for bug #19536 is applied). Stefan Monnier writes: > The package shouldn't document the "upload" functionality of package-x, > since that's a functionality that pretty much noone uses (most/all ELPA > archives use a different way to "upload" a package to it). OK, I took a stab at removing it from the manual and added the information it contained to the doc strings of the relevant functions instead. Please see attached patch -- WDYT? Thanks, Stefan Kangas