Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac5b56bc
Commit
ac5b56bc
authored
Mar 14, 1991
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
e3f99b91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/lpr.el
lisp/lpr.el
+1
-1
lisp/macros.el
lisp/macros.el
+1
-1
No files found.
lisp/lpr.el
View file @
ac5b56bc
...
...
@@ -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'.
...
...
lisp/macros.el
View file @
ac5b56bc
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment