From 48b76ddfd846041c7fb3d5c561a5930b078ee0f8 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 12 Jul 2011 14:58:24 +0200 Subject: [PATCH] (menu-set-font): Clarify that the default will be saved Fixes: debbugs:3527 --- lisp/ChangeLog | 3 +++ lisp/menu-bar.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d503171245d..75c6eb01a1e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-07-12 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index caae40ed8c5..2954384d23b 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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) -- 2.39.5