]> code.delx.au - gnu-emacs/blobdiff - lisp/gosmacs.el
*** empty log message ***
[gnu-emacs] / lisp / gosmacs.el
index 5ea2697eeb110dd8c43c5668e632c164fbcc3a95..1f227abe364a0bd2d0d136afea1edf8c890817a4 100644 (file)
@@ -20,6 +20,7 @@
 
 (defvar non-gosmacs-binding-alist nil)
 
+;;;###autoload
 (defun set-gosmacs-bindings ()
   "Rebind some keys globally to make GNU Emacs resemble Gosling Emacs.
 Use \\[set-gnu-bindings] to restore previous global bindings."
@@ -56,8 +57,8 @@ Use \\[set-gnu-bindings] to restore previous global bindings."
 
 (defun rebind-and-record (bindings)
   "Establish many new global bindings and record the bindings replaced.
-Arg is an alist whose elements are (KEY DEFINITION).
-Value is a similar alist whose elements describe the same KEYs
+Arg BINDINGS is an alist whose elements are (KEY DEFINITION).
+Returns a similar alist whose elements describe the same KEYs
 but each with the old definition that was replaced,"
   (let (old)
     (while bindings