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
1b12fa9d
Commit
1b12fa9d
authored
May 22, 2005
by
Richard M. Stallman
Browse files
(describe-key): Move print-help-return-message call out of conditional.
parent
724e07b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/help.el
lisp/help.el
+2
-2
No files found.
lisp/ChangeLog
View file @
1b12fa9d
2005-05-22 Richard M. Stallman <rms@gnu.org>
* help.el (describe-key): Move print-help-return-message call
out of conditional.
* progmodes/etags.el (list-tags): Use with-no-warnings.
* mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
...
...
lisp/help.el
View file @
1b12fa9d
...
...
@@ -698,8 +698,8 @@ the last key hit are used."
(
princ
" runs the command "
)
(
prin1
defn
)
(
princ
"\n which is "
)
(
describe-function-1
defn
))))
(
print-help-return-message
)))))))
)
(
describe-function-1
defn
))))
)
(
print-help-return-message
)))))))
(
defun
describe-mode
(
&optional
buffer
)
...
...
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