aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPo Lu2024-08-01 08:25:31 +0800
committerPo Lu2024-08-01 08:25:31 +0800
commit96097d362322595e308157ff70f191ef2b49640d (patch)
tree095ad24c7f807cc69350b5336172c493f2621e52 /doc
parentd00eb0468b147f2bfcb58bc586801f0495f5973d (diff)
parent1154d8aafe2f4702b8fc775835f830fd00cfbaaf (diff)
downloademacs-96097d362322595e308157ff70f191ef2b49640d.tar.gz
emacs-96097d362322595e308157ff70f191ef2b49640d.zip
Merge from savannah/emacs-30
1154d8aafe2 Better resolve bug#72188 ceb5a152227 MacOS: Let EmacsView implement NSTextInputClient 9f7c1ace9f8 NS: Set frame position when entering/exiting fullscreen (... 74fe889a93f Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/... abefd9514bc * lisp/tab-bar.el (tab-bar-move-tab-to-group): Fix for a ... e09982f8f5a Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/... 5cf64d8377a Fix sporadic crashes and `select' failures in dumped images a475360af98 Correct display of Doc View documents after tab switching b0d927e1dce Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/... 469bc7c9686 Use 'kill-process' as a fallback when a pipe gets broken ... 158835668df ; * doc/lispref/modes.texi (Mode Line Data): Fix formatting.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 7c7823b5f9b..27b74a9d233 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -2259,7 +2259,7 @@ space filled on the right if its width is less than @var{width}. When
2259@minus{}@var{width} columns if its width exceeds @minus{}@var{width}. 2259@minus{}@var{width} columns if its width exceeds @minus{}@var{width}.
2260 2260
2261For example, the usual way to show what percentage of a buffer is above 2261For example, the usual way to show what percentage of a buffer is above
2262the top of the window is to use a list like this: @code{(-3 "%p")}. 2262the top of the window is to use a list like this: @w{@code{(-3 "%p")}}.
2263@end table 2263@end table
2264 2264
2265@node Mode Line Top 2265@node Mode Line Top