mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
*** empty log message ***
This commit is contained in:
parent
e3f99b9122
commit
ac5b56bc22
2 changed files with 2 additions and 2 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue