diff options
| author | Stefan Kangas | 2020-12-14 16:23:51 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-12-14 16:24:24 +0100 |
| commit | e8a358c3be90949645a1038cfd43553794c49441 (patch) | |
| tree | a7996a652a2b3bf1fd9f5698d495840dcc7c22d2 | |
| parent | 5c361035dbcc1e1bc57c0c00db35753586a9a324 (diff) | |
| download | emacs-e8a358c3be90949645a1038cfd43553794c49441.tar.gz emacs-e8a358c3be90949645a1038cfd43553794c49441.zip | |
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.
| -rw-r--r-- | doc/misc/efaq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 9821bbe4789..06a17d9c468 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 | |||
| 1692 | @code{frame-title-format} to the default value of | 1692 | @code{frame-title-format} to the default value of |
| 1693 | 1693 | ||
| 1694 | @lisp | 1694 | @lisp |
| 1695 | (multiple-frames "%b" ("" invocation-name "@@" (system-name))) | 1695 | (multiple-frames "%b" ("" "%b - GNU Emacs at " system-name)) |
| 1696 | @end lisp | 1696 | @end lisp |
| 1697 | 1697 | ||
| 1698 | To modify the behavior such that frame titlebars contain the buffer's | 1698 | To modify the behavior such that frame titlebars contain the buffer's |