# HG changeset patch # User Richard M. Stallman # Date 668980004 0 # Node ID 2c663336acafaab851fd2abef4f2bd0e0ad2ccb2 # Parent 8b1123702915095bd2b7b1cd259af40fdb024812 *** empty log message *** diff -r 8b1123702915 -r 2c663336acaf lisp/lpr.el --- a/lisp/lpr.el Tue Mar 12 20:00:05 1991 +0000 +++ b/lisp/lpr.el Thu Mar 14 19:46:44 1991 +0000 @@ -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 -r 8b1123702915 -r 2c663336acaf lisp/macros.el --- a/lisp/macros.el Tue Mar 12 20:00:05 1991 +0000 +++ b/lisp/macros.el Thu Mar 14 19:46:44 1991 +0000 @@ -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."