Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bc55a574
Commit
bc55a574
authored
Apr 12, 2017
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/menu-bar.el (kill-this-buffer): Doc fix. (Bug#26466)
parent
a6d50401
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/menu-bar.el
lisp/menu-bar.el
+4
-1
No files found.
lisp/menu-bar.el
View file @
bc55a574
...
...
@@ -1904,7 +1904,10 @@ updating the menu."
(defun kill-this-buffer () ; for the menu bar
"
Kill
the
current
buffer.
When
called
in
the
minibuffer,
get
out
of
the
minibuffer
using
`
abort-recursive-edit
'.
"
using
`
abort-recursive-edit
'.
This
command
can
be
reliably
invoked
only
from
the
menu
bar,
otherwise
it
could
decide
to
silently
do
nothing.
"
(interactive)
(cond
;; Don't do anything when `menu-frame' is not alive or visible
...
...
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