emacs-diffs
[Top][All Lists]
Advanced

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

master e8a358c 2/2: Update value of frame-title-format in FAQ


From: Stefan Kangas
Subject: master e8a358c 2/2: Update value of frame-title-format in FAQ
Date: Mon, 14 Dec 2020 09:30:48 -0500 (EST)

branch: master
commit e8a358c3be90949645a1038cfd43553794c49441
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Update value of frame-title-format in FAQ
    
    * doc/misc/efaq.texi (Displaying the current file name in the
    titlebar): Fix default value of frame-title-format.
---
 doc/misc/efaq.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 9821bbe..06a17d9 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -1692,7 +1692,7 @@ machine at which Emacs was invoked.  This is done by 
setting
 @code{frame-title-format} to the default value of
 
 @lisp
-(multiple-frames "%b" ("" invocation-name "@@" (system-name)))
+(multiple-frames "%b" ("" "%b - GNU Emacs at " system-name))
 @end lisp
 
 To modify the behavior such that frame titlebars contain the buffer's



reply via email to

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