Skip to content

Commit a76e7d5

Browse files
committed
Merge from origin/emacs-27
0bed550 (origin/emacs-27) Remove EmacsOpenPanel and EmacsSavePanel... a033602 * doc/emacs/files.texi (Auto Save Files): Improve indexing... 57fb8b1 Fix inaccurate wording in the Emacs manual 1c48774 Update ERC module URLs 7d1e9c9 Minor doc string clarification in use-hard-newlines
2 parents c7d870d + 0bed550 commit a76e7d5

28 files changed

+33
-62
lines changed

doc/emacs/basic.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ which is Unicode code-point U+2018 @sc{left single quotation mark},
117117
sometimes called a left single ``curved quote'' or ``curly quote''.
118118
Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the
119119
curved quotes @t{}, @t{} and @t{}, respectively. Also, a working
120-
Alt key acts like @kbd{C-x 8}; e.g., @kbd{A-[} acts like @kbd{C-x 8 [}
121-
and inserts @t{}. To see which characters have @kbd{C-x 8}
122-
shorthands, type @kbd{C-x 8 C-h}.
120+
@key{Alt} key acts like @kbd{C-x 8} (unless followed by @key{RET});
121+
e.g., @kbd{A-[} acts like @kbd{C-x 8 [} and inserts @t{}. To see
122+
which characters have @kbd{C-x 8} shorthands, type @kbd{C-x 8 C-h}.
123123

124124
Alternatively, you can use the command @kbd{C-x 8 @key{RET}}
125125
(@code{insert-char}). This prompts for the Unicode name or code-point

doc/emacs/custom.texi

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,10 +1930,12 @@ commonly used, Emacs supports three other modifier keys. These are
19301930
called @key{Super}, @key{Hyper}, and @key{Alt}. Few terminals provide
19311931
ways to use these modifiers; the key labeled @key{Alt} on most
19321932
keyboards usually issues the @key{Meta} modifier, not @key{Alt}. The
1933-
standard key bindings in Emacs do not include any characters with
1934-
these modifiers. However, you can customize Emacs to assign meanings
1935-
to them. The modifier bits are labeled as @samp{s-}, @samp{H-} and
1936-
@samp{A-} respectively.
1933+
standard key bindings in Emacs do not include any characters with the
1934+
@key{Super} and @key{Hyper} modifiers, and only a small number of
1935+
standard key bindings use @key{Alt}. However, you can customize Emacs
1936+
to assign meanings to key bindings that use these modifiers. The
1937+
modifier bits are labeled as @samp{s-}, @samp{H-} and @samp{A-}
1938+
respectively.
19371939

19381940
Even if your keyboard lacks these additional modifier keys, you can
19391941
enter it using @kbd{C-x @@}: @kbd{C-x @@ h} adds the Hyper flag to

doc/emacs/files.texi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ want to make permanent. Instead, auto-saving is done in a different
10791079
file called the @dfn{auto-save file}, and the visited file is changed
10801080
only when you request saving explicitly (such as with @kbd{C-x C-s}).
10811081

1082+
@cindex @file{#}, in auto-save file names
10821083
Normally, the auto-save file name is made by appending @samp{#} to the
10831084
front and rear of the visited file name. Thus, a buffer visiting file
10841085
@file{foo.c} is auto-saved in a file @file{#foo.c#}. Most buffers that

lisp/erc/erc-autoaway.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Jorgen Schaefer <[email protected]>
66
;; Maintainer: Amin Bandali <[email protected]>
7-
;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway
7+
;; URL: https://www.emacswiki.org/emacs/ErcAutoAway
88

99
;; This file is part of GNU Emacs.
1010

lisp/erc/erc-button.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Mario Lang <[email protected]>
66
;; Maintainer: Amin Bandali <[email protected]>
77
;; Keywords: irc, button, url, regexp
8-
;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcButton
8+
;; URL: https://www.emacswiki.org/emacs/ErcButton
99

1010
;; This file is part of GNU Emacs.
1111

lisp/erc/erc-compat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Alex Schroeder <[email protected]>
66
;; Maintainer: Amin Bandali <[email protected]>
7-
;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC
7+
;; URL: https://www.emacswiki.org/emacs/ERC
88

99
;; This file is part of GNU Emacs.
1010

lisp/erc/erc-fill.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Andreas Fuchs <[email protected]>
66
;; Mario Lang <[email protected]>
77
;; Maintainer: Amin Bandali <[email protected]>
8-
;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcFilling
8+
;; URL: https://www.emacswiki.org/emacs/ErcFilling
99

1010
;; This file is part of GNU Emacs.
1111

lisp/erc/erc-ibuffer.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
;; Author: Mario Lang <[email protected]>
66
;; Maintainer: Amin Bandali <[email protected]>
77
;; Keywords: comm
8-
;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcIbuffer
98

109
;; This file is part of GNU Emacs.
1110

lisp/erc/erc-imenu.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Mario Lang <[email protected]>
77
;; Maintainer: Amin Bandali <[email protected]>
88
;; Keywords: comm
9-
;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcImenu
9+
;; URL: https://www.emacswiki.org/emacs/ErcImenu
1010

1111
;; This file is part of GNU Emacs.
1212

lisp/erc/erc-join.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Alex Schroeder <[email protected]>
66
;; Maintainer: Amin Bandali <[email protected]>
77
;; Keywords: irc
8-
;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoJoin
8+
;; URL: https://www.emacswiki.org/emacs/ErcAutoJoin
99

1010
;; This file is part of GNU Emacs.
1111

0 commit comments

Comments
 (0)