diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-11-18 04:56:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-11-18 04:56:00 +0000 |
commit | 4cd9f28262057a3c8911b75c114fde0d355f603c (patch) | |
tree | d7607a9daaf29b25e686d70273b52757becf3cb2 /lisp/menu-bar.el | |
parent | 40a6481652c3bd86526d40ccfe6d8ac35fea8b8e (diff) | |
download | emacs-4cd9f28262057a3c8911b75c114fde0d355f603c.tar.gz |
(menu-bar-options-menu): Improve tooltip string.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index e773492343b..cc7dd284b1a 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -867,7 +867,7 @@ PROPS are additional properties." (menu-bar-make-toggle toggle-save-place-globally save-place "Save Place in Files between Sessions" "Saving place in files %s" - "Save Emacs state for next session")) + "Visit files of previous session when restarting Emacs")) (define-key menu-bar-options-menu [uniquify] (menu-bar-make-toggle toggle-uniquify-buffer-names uniquify-buffer-name-style |