]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Mar 1991 19:46:44 +0000 (19:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Mar 1991 19:46:44 +0000 (19:46 +0000)
lisp/lpr.el
lisp/macros.el

index 07ec6580a2a16d1e6d2cb94239d9e1ea898af012..3ae55b2f24a6ce787971d8ca4101ee24d69417f2 100644 (file)
@@ -27,7 +27,7 @@
 
 (defvar print-region-function nil
   "Function to call to print the region on a printer.
-See definition of print-region-1 for calling conventions.")
+See definition of `print-region-1' for calling conventions.")
 
 (defun lpr-buffer ()
   "Print buffer contents as with Unix command `lpr'.
index bd2bd9ce449ea4e2b58d706fb4403ab3344b8cc9..cdfd97e9860edc8576004e938c97802a45181731 100644 (file)
@@ -20,7 +20,7 @@
 
 (defun name-last-kbd-macro (symbol)
   "Assign a name to the last keyboard macro defined.
-One arg, a symbol, which is the name to define.
+Argument SYMBOL is the name to define.
 The symbol's function definition becomes the keyboard macro string.
 Such a \"function\" cannot be called from Lisp, but it is a valid command
 definition for the editor command loop."