diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/crm.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/warnings.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/crm.el b/lisp/emacs-lisp/crm.el index 40567e141d3..14646a2ab11 100644 --- a/lisp/emacs-lisp/crm.el +++ b/lisp/emacs-lisp/crm.el @@ -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 diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index 1207353ba30..e5c1d9cec4d 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el @@ -320,7 +320,7 @@ programming features." (set-window-start window warning-series)) (sit-for 0))))))))) -;; Use \\<special-mode-map> so that help-enable-auto-load can do its thing. +;; Use \\<special-mode-map> so that help-enable-autoload can do its thing. ;; Any keymap that is defined will do. ;;;###autoload (defun lwarn (type level message &rest args) |