1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(menu-set-font): Clarify that the default will be saved

Fixes: debbugs:3527
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-12 14:58:24 +02:00
parent c2fd0368e4
commit 48b76ddfd8
2 changed files with 5 additions and 1 deletions

View 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.

View 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)