aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2020-05-09 10:03:21 -0700
committerGlenn Morris2020-05-09 10:03:21 -0700
commit5c890bfc191d0cf18dccbbf50ebdcde946a0d7fb (patch)
tree8e14f3cedc3fba87248f49c2e960f6bf3cfe2da7 /doc
parent196bc13b7bc5a29fa4d27e83d7cf0db4d99aa8b7 (diff)
parentbe0d1cac83d14596406571f9cb668031ec5675ac (diff)
downloademacs-5c890bfc191d0cf18dccbbf50ebdcde946a0d7fb.tar.gz
emacs-5c890bfc191d0cf18dccbbf50ebdcde946a0d7fb.zip
Merge from origin/emacs-27
be0d1cac83 (origin/emacs-27) Small fix for type of 'display-fill-colu... c5e5839776 Fix customization of 'display-fill-column-indicator-charac... d5c184aa3e Refer to fill column indicator Info node in some places. e13300ae50 Merge branch 'emacs-27' of git.sv.gnu.org:/srv/git/emacs i... 0bae57033f Fix GTK's Tool Bar menu radio buttons 4c98aa7ea5 Minor clarifications in NEWS a1cbd05f38 Improve documentation of 'with-suppressed-warnings'. 4a895c1b26 Fix a typo in a comment 2caf3e997e Improve documentation of Hi Lock mode 7081c1d66f Fix typos in the Emacs user manual 0385771e2f Fix references to Speedbar in VHDL mode a76cafea0d Fix handling of FROM = t and TO = t by 'window-text-pixel-... # Conflicts: # etc/NEWS # src/xdisp.c
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/calendar.texi4
-rw-r--r--doc/emacs/custom.texi2
-rw-r--r--doc/emacs/dired.texi6
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi
index 09111853958..8dc1a0b2df8 100644
--- a/doc/emacs/calendar.texi
+++ b/doc/emacs/calendar.texi
@@ -532,8 +532,8 @@ holidays centered around a different month, use @kbd{C-u M-x
532holidays}, which prompts for the month and year. 532holidays}, which prompts for the month and year.
533 533
534 The holidays known to Emacs include United States holidays and the 534 The holidays known to Emacs include United States holidays and the
535major Bahá'í, Chinese, Christian, Islamic, and Jewish holidays; also the 535major Bah@'{a}@t{'}@'{i}, Chinese, Christian, Islamic, and Jewish
536solstices and equinoxes. 536holidays; also the solstices and equinoxes.
537 537
538@findex list-holidays 538@findex list-holidays
539 The command @kbd{M-x holiday-list} displays the list of holidays for 539 The command @kbd{M-x holiday-list} displays the list of holidays for
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 406f0c96c1f..d034a78501b 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1882,7 +1882,7 @@ also unset keys, when passed @code{nil} as the binding.
1882 1882
1883 Since a mode's keymaps are not constructed until it has been loaded, 1883 Since a mode's keymaps are not constructed until it has been loaded,
1884you must delay running code which modifies them, e.g., by putting it 1884you must delay running code which modifies them, e.g., by putting it
1885on a @dfn{mode hook} (@pxref{(Hooks)}). For example, Texinfo mode 1885on a @dfn{mode hook} (@pxref{Hooks}). For example, Texinfo mode
1886runs the hook @code{texinfo-mode-hook}. Here's how you can use the 1886runs the hook @code{texinfo-mode-hook}. Here's how you can use the
1887hook to add local bindings for @kbd{C-c n} and @kbd{C-c p}, and remove 1887hook to add local bindings for @kbd{C-c n} and @kbd{C-c p}, and remove
1888the one for @kbd{C-c C-x x} in Texinfo mode: 1888the one for @kbd{C-c C-x x} in Texinfo mode:
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index d5144141803..4ff1dc1bd94 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -723,7 +723,13 @@ with renamed files so that they refer to the new names.
723@vindex dired-vc-rename-file 723@vindex dired-vc-rename-file
724If the value of the variable @code{dired-vc-rename-file} is non-@code{nil}, 724If the value of the variable @code{dired-vc-rename-file} is non-@code{nil},
725files are renamed using the commands of the underlying VCS, via 725files are renamed using the commands of the underlying VCS, via
726@ifnottex
726@code{vc-rename-file} (@pxref{VC Delete/Rename}). 727@code{vc-rename-file} (@pxref{VC Delete/Rename}).
728@end ifnottex
729@iftex
730@code{vc-rename-file} (@pxref{VC Delete/Rename,, Deleting and Renaming
731Version-Controlled Files, emacs-xtra, Specialized Emacs Features}).
732@end iftex
727 733
728@findex dired-do-hardlink 734@findex dired-do-hardlink
729@kindex H @r{(Dired)} 735@kindex H @r{(Dired)}