mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
Rename variables and functions with "auto-load" in their names
* doc/emacs/building.texi (Lisp Libraries): Adjust documentation. * lisp/help-fns.el (help--symbol-completion-table): Adjust usage. * lisp/help-fns.el (help-enable-completion-autoload): Change name from auto-load and declare an obsolete alias (bug#13418). * lisp/help.el (help-enable-autoload): Ditto. * lisp/progmodes/vhdl-mode.el: Ditto. (vhdl-create-mode-menu, vhdl-mode): Adjust usage. (vhdl-autoload-project): Rename from auto-load and declare an obsolete alias.
This commit is contained in:
parent
7aefbe86f2
commit
b3713265cb
7 changed files with 43 additions and 24 deletions
|
|
@ -222,7 +222,7 @@ exiting the minibuffer."
|
|||
t))
|
||||
|
||||
;; superemulates behavior of completing_read in src/minibuf.c
|
||||
;; Use \\<crm-local-completion-map> so that help-enable-auto-load can
|
||||
;; Use \\<crm-local-completion-map> so that help-enable-autoload can
|
||||
;; do its thing. Any keymap that is defined will do.
|
||||
;;;###autoload
|
||||
(defun completing-read-multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue