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.
This commit is contained in:
parent
5c361035db
commit
e8a358c3be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue