diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-10 12:12:30 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-10 12:12:30 +0100 |
commit | acf408934d771fe652fbd5a73e96cc12d93362c0 (patch) | |
tree | 6507b1530f434fadede65e35d096505b7a098e33 /doc/emacs | |
parent | d7e7f92fc3752ab3db64bb72321d76dc9e6b43e4 (diff) | |
parent | 8d81ab374da4d159cd05cd8caaaae2390829ccee (diff) | |
download | emacs-acf408934d771fe652fbd5a73e96cc12d93362c0.tar.gz emacs-acf408934d771fe652fbd5a73e96cc12d93362c0.tar.bz2 emacs-acf408934d771fe652fbd5a73e96cc12d93362c0.zip |
Merge from origin/emacs-28
8d81ab374d time-stamp: %F is "file name" not "pathname" + other doc
beaa7e14f3 ; Fix typos in CONTRIBUTE, ELisp manual, ediff
747a1ae4ac * doc/misc/eww.texi (Advanced): Fix missed variable name e...
52fe2340b8 * doc/emacs/windows.texi (Window Convenience): Use @code f...
7d3a654e2a * doc/emacs/maintaining.texi (Basic VC Editing): Mention D...
aeb19af4b5 ; * doc/emacs/building.texi (Lisp Libraries): Fix a typo. ...
# Conflicts:
# etc/NEWS
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/building.texi | 2 | ||||
-rw-r--r-- | doc/emacs/maintaining.texi | 2 | ||||
-rw-r--r-- | doc/emacs/text.texi | 4 | ||||
-rw-r--r-- | doc/emacs/windows.texi | 14 |
4 files changed, 11 insertions, 11 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 2c694a5e39a..f9ea1b390f7 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1492,7 +1492,7 @@ Emacs Lisp Reference Manual}. code not unlike the one produced by a C or Fortran compiler. Native code runs even faster than byte-code. Natively-compiled Emacs Lisp code is stored in files whose names end in @samp{.eln}. @xref{Native -Compilation,, Byte Compilation, elisp, the Emacs Lisp Reference Manual}. +Compilation,, Native Compilation, elisp, the Emacs Lisp Reference Manual}. @findex load-file To @dfn{load} an Emacs Lisp file, type @kbd{M-x load-file}. This diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 9a90a0054d4..ebd72fa2a00 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -493,7 +493,7 @@ action on the current VC fileset: either registering it with a version control system, or committing it, or unlocking it, or merging changes into it. The precise actions are described in detail in the following subsections. You can use @kbd{C-x v v} either in a file-visiting -buffer or in a VC Directory buffer. +buffer, in a Dired buffer, or in a VC Directory buffer. Note that VC filesets are distinct from the named filesets used for viewing and visiting files in functional groups diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 53291332d36..ead0f699bb3 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -1005,9 +1005,9 @@ displaying the section. @vindex outline-minor-mode-cycle If the @code{outline-minor-mode-cycle} user option is -non-@code{nil}, the @kbd{TAB} and @kbd{S-TAB} keys are enabled on the +non-@code{nil}, the @kbd{TAB} and @kbd{S-@key{TAB}} keys are enabled on the outline heading lines. @kbd{TAB} cycles hiding, showing the -sub-heading, and showing all for the current section. @kbd{S-TAB} +sub-heading, and showing all for the current section. @kbd{S-@key{TAB}} does the same for the entire buffer. @menu diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 8cb88a20954..27c754133f7 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -603,16 +603,16 @@ buffer. @xref{Follow Mode}. between neighboring windows in a frame. @kbd{M-x windmove-right} selects the window immediately to the right of the currently selected one, and similarly for the left, up, and down counterparts. -@w{@kbd{M-x windmove-default-keybindings}} binds these commands to +@code{windmove-default-keybindings} binds these commands to @kbd{S-right} etc.; doing so disables shift selection for those keys (@pxref{Shift Selection}). In the same way as keybindings can be defined for commands that select windows directionally, you can use -@w{@kbd{M-x windmove-display-default-keybindings}} to define -keybindings for commands that specify in what direction to display the -window for the buffer that the next command is going to display. -Also there is @w{@kbd{M-x windmove-delete-default-keybindings}} to -define keybindings for commands that delete windows directionally, and -@w{@kbd{M-x windmove-swap-states-default-keybindings}} that defines +@code{windmove-display-default-keybindings} to define keybindings for +commands that specify in what direction to display the window for the +buffer that the next command is going to display. Also there is +@code{windmove-delete-default-keybindings} to define keybindings for +commands that delete windows directionally, and +@code{windmove-swap-states-default-keybindings} that defines keybindings for commands that swap the window contents of the selected window with the window in the specified direction. |