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
7a5ea63f
Commit
7a5ea63f
authored
Dec 03, 2005
by
Eli Zaretskii
Browse files
(apropos-zippy): Call print-help-return-message, similar to other Help
and Apropos commands.
parent
7b057a3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-1
lisp/play/yow.el
lisp/play/yow.el
+2
-1
No files found.
lisp/ChangeLog
View file @
7a5ea63f
2005-12-03 Eli Zaretskii <eliz@gnu.org>
* play/yow.el (apropos-zippy): Call print-help-return-message,
similar to other Help and Apropos commands.
* help.el (print-help-return-message): If pop-up-frames is
non-nil, set up help-return-method to delete the help window and,
possibly, its frame as well. Doc fix.
possibly, its frame as well, and don't display message about
scrolling the help window. Doc fix.
(help-return-method): Doc fix.
2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
...
...
lisp/play/yow.el
View file @
7a5ea63f
...
...
@@ -102,7 +102,8 @@ If called interactively, display a list of matches."
(
while
l
(
princ
(
car
l
))
(
setq
l
(
cdr
l
))
(
and
l
(
princ
"\n\n"
))))))))
(
and
l
(
princ
"\n\n"
)))
(
print-help-return-message
))))))
matches
))
...
...
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