diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-06-25 22:37:10 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-06-25 22:37:20 +0200 |
commit | 59550f7cce9b51f817b89a78f6c4ab3723e70beb (patch) | |
tree | 0c9049774c8a740344cb9c557d2b2fc3860f7119 /doc/emacs/buffers.texi | |
parent | 6baf81c9183c1e1dd3344e6533cef358c1a54c41 (diff) | |
download | emacs-59550f7cce9b51f817b89a78f6c4ab3723e70beb.tar.gz emacs-59550f7cce9b51f817b89a78f6c4ab3723e70beb.tar.bz2 emacs-59550f7cce9b51f817b89a78f6c4ab3723e70beb.zip |
Build fix for previous buffers.texi change
Diffstat (limited to 'doc/emacs/buffers.texi')
-rw-r--r-- | doc/emacs/buffers.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 089cfdf0a68..269f9f7d6fe 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -550,14 +550,14 @@ Sort the Buffer Menu entries according to their values in the column at point. With a numeric prefix argument @var{n}, sort according to the @var{n}-th column (@code{tabulated-list-sort}). -@item } -@kindex } @r{(Buffer Menu)} +@item @} +@kindex @} @r{(Buffer Menu)} @findex tabulated-list-widen-current-column Widen the current column width by @var{n} (the prefix numeric argument) characters. -@item { -@kindex { @r{(Buffer Menu)} +@item @{ +@kindex @{ @r{(Buffer Menu)} @findex tabulated-list-narrow-current-column Narrow the current column width by @var{n} (the prefix numeric argument) characters. |