From: Richard M. Stallman Date: Thu, 14 Mar 1991 19:46:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15610 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac5b56bc22b8bcbd731fe47c22c8fc2e7d9f5321;p=emacs.git *** empty log message *** --- diff --git a/lisp/lpr.el b/lisp/lpr.el index 07ec6580a2a..3ae55b2f24a 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -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'. diff --git a/lisp/macros.el b/lisp/macros.el index bd2bd9ce449..cdfd97e9860 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -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."