emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105131: (menu-set-font): Clarify tha


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105131: (menu-set-font): Clarify that the default will be saved
Date: Tue, 12 Jul 2011 14:58:24 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105131
fixes bug(s): http://debbugs.gnu.org/3527
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2011-07-12 14:58:24 +0200
message:
  (menu-set-font): Clarify that the default will be saved
modified:
  lisp/ChangeLog
  lisp/menu-bar.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-12 12:28:35 +0000
+++ b/lisp/ChangeLog    2011-07-12 12:58:24 +0000
@@ -1,5 +1,8 @@
 2011-07-12  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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.

=== modified file 'lisp/menu-bar.el'
--- a/lisp/menu-bar.el  2011-07-07 22:41:09 +0000
+++ b/lisp/menu-bar.el  2011-07-12 12:58:24 +0000
@@ -673,7 +673,8 @@
 ;; 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]