(advertised-widget-backward): Remove autoload cookie.
authorGlenn Morris <rgm@gnu.org>
Sun, 16 Nov 2008 23:33:14 +0000 (23:33 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 Nov 2008 23:33:14 +0000 (23:33 +0000)
lisp/ChangeLog
lisp/wid-edit.el

index 44b76e6..e01bbc8 100644 (file)
@@ -1,5 +1,7 @@
 2008-11-16  Glenn Morris  <rgm@gnu.org>
 
+       * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
+
        * cus-edit.el (custom-buffer-create-internal): Always insert the
        in-buffer buttons, regardless of tool-bar.  (Bug#1326)
 
index 7323332..202ee21 100644 (file)
@@ -860,7 +860,9 @@ button end points."
 
 ;;; Keymap and Commands.
 
-;;;###autoload
+;; This alias exists only so that one can choose in doc-strings (e.g.
+;; Custom-mode) which key-binding of widget-keymap one wants to refer to.
+;; http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00480.html
 (defalias 'advertised-widget-backward 'widget-backward)
 
 ;;;###autoload