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
762435dd
Commit
762435dd
authored
Oct 23, 1992
by
Richard M. Stallman
Browse files
(describe-function): Print `an autoloaded', not `a ...'.
parent
912c6728
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/help.el
lisp/help.el
+2
-2
No files found.
lisp/help.el
View file @
762435dd
...
...
@@ -304,8 +304,8 @@ C-w print information on absence of warranty for GNU Emacs."
((
eq
(
car-safe
def
)
'mocklisp
)
"a mocklisp function."
)
((
eq
(
car-safe
def
)
'autoload
)
(
format
"%sautoloaded Lisp %s."
beg
(
format
"%s
autoloaded Lisp %s."
(
if
(
commandp
def
)
"an interactive"
"an"
)
(
if
(
nth
4
def
)
"macro"
"function"
)
;;; Including the file name made this line too long.
;;; (nth 1 def)
...
...
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