diff options
| -rw-r--r-- | lisp/lpr.el | 2 | ||||
| -rw-r--r-- | lisp/macros.el | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 27 | 27 | ||
| 28 | (defvar print-region-function nil | 28 | (defvar print-region-function nil |
| 29 | "Function to call to print the region on a printer. | 29 | "Function to call to print the region on a printer. |
| 30 | See definition of print-region-1 for calling conventions.") | 30 | See definition of `print-region-1' for calling conventions.") |
| 31 | 31 | ||
| 32 | (defun lpr-buffer () | 32 | (defun lpr-buffer () |
| 33 | "Print buffer contents as with Unix command `lpr'. | 33 | "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 @@ | |||
| 20 | 20 | ||
| 21 | (defun name-last-kbd-macro (symbol) | 21 | (defun name-last-kbd-macro (symbol) |
| 22 | "Assign a name to the last keyboard macro defined. | 22 | "Assign a name to the last keyboard macro defined. |
| 23 | One arg, a symbol, which is the name to define. | 23 | Argument SYMBOL is the name to define. |
| 24 | The symbol's function definition becomes the keyboard macro string. | 24 | The symbol's function definition becomes the keyboard macro string. |
| 25 | Such a \"function\" cannot be called from Lisp, but it is a valid command | 25 | Such a \"function\" cannot be called from Lisp, but it is a valid command |
| 26 | definition for the editor command loop." | 26 | definition for the editor command loop." |