]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-set-font): Clarify that the default will be saved
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 12:58:24 +0000 (14:58 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 12:58:24 +0000 (14:58 +0200)
Fixes: debbugs:3527
lisp/ChangeLog
lisp/menu-bar.el

index d503171245d852dd10b25281a7526032fddad204..75c6eb01a1ee717617ddfdbfef17a221250c5c92 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * menu-bar.el (menu-set-font): Clarify that the default will be
+       saved (bug#3527).
+
        * progmodes/compile.el (compilation-error-regexp-alist-alist):
        Fontise bytecomp Error lines more correctly (bug#2490).  Fix
        suggested by Johan Bockgård.
index caae40ed8c5c523ab184a3147b473026aab33204..2954384d23b385825550b468be015835e915d29e 100644 (file)
@@ -673,7 +673,8 @@ by \"Save Options\" in Custom buffers.")
 ;; Function for setting/saving default font.
 
 (defun menu-set-font ()
-  "Interactively select a font and make it the default."
+  "Interactively select a font and make it the default.
+This new default will be saved for future Emacs sessions."
   (interactive)
   (let ((font (if (fboundp 'x-select-font)
                  (x-select-font)