aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2018-02-09 11:12:48 -0800
committerGlenn Morris2018-02-09 11:12:48 -0800
commit875cb835f00260d58c536b3a3f7c0343fd5f28dc (patch)
tree4f59af87328e8d4d69667b3b35c42f795e7d3d29 /lisp
parent05e8b4392be7fb368dcf4e4a19f75f94b323028d (diff)
parent0276743672672ce0caec7861741293a4ae11cb52 (diff)
downloademacs-875cb835f00260d58c536b3a3f7c0343fd5f28dc.tar.gz
emacs-875cb835f00260d58c536b3a3f7c0343fd5f28dc.zip
Merge from origin/emacs-26
0276743 (origin/emacs-26) Doc string fix in latin-alt.el c9269af Minor improvements in package.texi 898a3e4 Minor improvement in Emacs user manual 8f7d718 * doc/lispref/anti.texi (Antinews): Replace 25.2 with 25.3. 989d0af Improve documentation of mini-window resizing 923e415 More changes in the Emacs manual 565adf2 Clarify that text-quoting-style doesn't affect *Info* (Bug#24... 2dd273b Mention that shell quoting of % on w32 may fail (Bug#19350) 19fa6d5 Fix --no-build-details for w32 and macOS 979944c * doc/lispref/anti.texi (Antinews): Add some more antinews. c2727e3 Fix crashes when run with --no-build-details dc08490 More changes for the manual 04c5bd5 Doc fixes for process functions (Bug#30349) e209034 Fix shr and CSS 4 color maps 5fe8192 Yet another round of improvements in the manual Conflicts: doc/emacs/files.texi test/lisp/subr-tests.el
Diffstat (limited to 'lisp')
-rw-r--r--lisp/leim/quail/latin-alt.el2
-rw-r--r--lisp/net/gnutls.el2
-rw-r--r--lisp/net/shr-color.el5
-rw-r--r--lisp/net/starttls.el2
-rw-r--r--lisp/net/tls.el2
-rw-r--r--lisp/subr.el8
-rw-r--r--lisp/term/ns-win.el2
-rw-r--r--lisp/textmodes/css-mode.el2
8 files changed, 14 insertions, 11 deletions
diff --git a/lisp/leim/quail/latin-alt.el b/lisp/leim/quail/latin-alt.el
index a7d39ec839e..5044fb2d29b 100644
--- a/lisp/leim/quail/latin-alt.el
+++ b/lisp/leim/quail/latin-alt.el
@@ -1156,7 +1156,7 @@ Caters for French and Dutch.
1156 1156
1157 | | examples 1157 | | examples
1158 ------------+---------+---------- 1158 ------------+---------+----------
1159 others | | fl. -> ƒ eur. -> € ij -> ij IJ -> IJ 1159 others | | fl. -> ƒ eur. -> €
1160 ------------+---------+---------- 1160 ------------+---------+----------
1161 | postfix | 1161 | postfix |
1162 ------------+---------+---------- 1162 ------------+---------+----------
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index 5afd5c5804b..ea17fb518e2 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -124,7 +124,7 @@ Args are NAME BUFFER HOST SERVICE.
124NAME is name for process. It is modified if necessary to make it unique. 124NAME is name for process. It is modified if necessary to make it unique.
125BUFFER is the buffer (or `buffer-name') to associate with the process. 125BUFFER is the buffer (or `buffer-name') to associate with the process.
126 Process output goes at end of that buffer, unless you specify 126 Process output goes at end of that buffer, unless you specify
127 an output stream or filter function to handle the output. 127 a filter function to handle the output.
128 BUFFER may be also nil, meaning that this process is not associated 128 BUFFER may be also nil, meaning that this process is not associated
129 with any buffer 129 with any buffer
130Third arg is name of the host to connect to, or its IP address. 130Third arg is name of the host to connect to, or its IP address.
diff --git a/lisp/net/shr-color.el b/lisp/net/shr-color.el
index 31f3d46ed66..6303141c898 100644
--- a/lisp/net/shr-color.el
+++ b/lisp/net/shr-color.el
@@ -137,7 +137,7 @@ absolute value without any unit."
137 ("MediumAquaMarine" . "#66CDAA") 137 ("MediumAquaMarine" . "#66CDAA")
138 ("MediumBlue" . "#0000CD") 138 ("MediumBlue" . "#0000CD")
139 ("MediumOrchid" . "#BA55D3") 139 ("MediumOrchid" . "#BA55D3")
140 ("MediumPurple" . "#9370D8") 140 ("MediumPurple" . "#9370DB")
141 ("MediumSeaGreen" . "#3CB371") 141 ("MediumSeaGreen" . "#3CB371")
142 ("MediumSlateBlue" . "#7B68EE") 142 ("MediumSlateBlue" . "#7B68EE")
143 ("MediumSpringGreen" . "#00FA9A") 143 ("MediumSpringGreen" . "#00FA9A")
@@ -158,7 +158,7 @@ absolute value without any unit."
158 ("PaleGoldenRod" . "#EEE8AA") 158 ("PaleGoldenRod" . "#EEE8AA")
159 ("PaleGreen" . "#98FB98") 159 ("PaleGreen" . "#98FB98")
160 ("PaleTurquoise" . "#AFEEEE") 160 ("PaleTurquoise" . "#AFEEEE")
161 ("PaleVioletRed" . "#D87093") 161 ("PaleVioletRed" . "#DB7093")
162 ("PapayaWhip" . "#FFEFD5") 162 ("PapayaWhip" . "#FFEFD5")
163 ("PeachPuff" . "#FFDAB9") 163 ("PeachPuff" . "#FFDAB9")
164 ("Peru" . "#CD853F") 164 ("Peru" . "#CD853F")
@@ -166,6 +166,7 @@ absolute value without any unit."
166 ("Plum" . "#DDA0DD") 166 ("Plum" . "#DDA0DD")
167 ("PowderBlue" . "#B0E0E6") 167 ("PowderBlue" . "#B0E0E6")
168 ("Purple" . "#800080") 168 ("Purple" . "#800080")
169 ("RebeccaPurple" . "#663399")
169 ("Red" . "#FF0000") 170 ("Red" . "#FF0000")
170 ("RosyBrown" . "#BC8F8F") 171 ("RosyBrown" . "#BC8F8F")
171 ("RoyalBlue" . "#4169E1") 172 ("RoyalBlue" . "#4169E1")
diff --git a/lisp/net/starttls.el b/lisp/net/starttls.el
index 2069843e3bb..e2dff2d53d6 100644
--- a/lisp/net/starttls.el
+++ b/lisp/net/starttls.el
@@ -270,7 +270,7 @@ Args are NAME BUFFER HOST PORT.
270NAME is name for process. It is modified if necessary to make it unique. 270NAME is name for process. It is modified if necessary to make it unique.
271BUFFER is the buffer (or `buffer-name') to associate with the process. 271BUFFER is the buffer (or `buffer-name') to associate with the process.
272 Process output goes at end of that buffer, unless you specify 272 Process output goes at end of that buffer, unless you specify
273 an output stream or filter function to handle the output. 273 a filter function to handle the output.
274 BUFFER may be also nil, meaning that this process is not associated 274 BUFFER may be also nil, meaning that this process is not associated
275 with any buffer 275 with any buffer
276Third arg is name of the host to connect to, or its IP address. 276Third arg is name of the host to connect to, or its IP address.
diff --git a/lisp/net/tls.el b/lisp/net/tls.el
index ae49edcb1d5..b02a2654d41 100644
--- a/lisp/net/tls.el
+++ b/lisp/net/tls.el
@@ -204,7 +204,7 @@ Args are NAME BUFFER HOST PORT.
204NAME is name for process. It is modified if necessary to make it unique. 204NAME is name for process. It is modified if necessary to make it unique.
205BUFFER is the buffer (or buffer name) to associate with the process. 205BUFFER is the buffer (or buffer name) to associate with the process.
206 Process output goes at end of that buffer, unless you specify 206 Process output goes at end of that buffer, unless you specify
207 an output stream or filter function to handle the output. 207 a filter function to handle the output.
208 BUFFER may be also nil, meaning that this process is not associated 208 BUFFER may be also nil, meaning that this process is not associated
209 with any buffer 209 with any buffer
210Third arg is name of the host to connect to, or its IP address. 210Third arg is name of the host to connect to, or its IP address.
diff --git a/lisp/subr.el b/lisp/subr.el
index 00bab70e8a3..056392a9266 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2123,10 +2123,10 @@ and the file name is displayed in the echo area."
2123NAME is name for process. It is modified if necessary to make it unique. 2123NAME is name for process. It is modified if necessary to make it unique.
2124BUFFER is the buffer (or buffer name) to associate with the process. 2124BUFFER is the buffer (or buffer name) to associate with the process.
2125 2125
2126Process output (both standard output and standard error streams) goes 2126Process output (both standard output and standard error streams)
2127at end of BUFFER, unless you specify an output stream or filter 2127goes at end of BUFFER, unless you specify a filter function to
2128function to handle the output. BUFFER may also be nil, meaning that 2128handle the output. BUFFER may also be nil, meaning that this
2129this process is not associated with any buffer. 2129process is not associated with any buffer.
2130 2130
2131PROGRAM is the program file name. It is searched for in `exec-path' 2131PROGRAM is the program file name. It is searched for in `exec-path'
2132\(which see). If nil, just associate a pty with the buffer. Remaining 2132\(which see). If nil, just associate a pty with the buffer. Remaining
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index aa3113bd340..f8da1b21965 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -842,7 +842,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
842 (format "Creation of the standard fontset failed: %s" err) 842 (format "Creation of the standard fontset failed: %s" err)
843 :error))) 843 :error)))
844 844
845 (x-open-connection (system-name) x-command-line-resources t) 845 (x-open-connection (or (system-name) "") x-command-line-resources t)
846 846
847 ;; Add GNUstep menu items Services, Hide and Quit. Rename Help to Info 847 ;; Add GNUstep menu items Services, Hide and Quit. Rename Help to Info
848 ;; and put it first (i.e. omit from menu-bar-final-items. 848 ;; and put it first (i.e. omit from menu-bar-final-items.
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 55c21f8acb0..727bc18ebb8 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -499,6 +499,7 @@ further value candidates, since that list would be infinite.")
499 ("red" . "#ff0000") 499 ("red" . "#ff0000")
500 ("purple" . "#800080") 500 ("purple" . "#800080")
501 ("fuchsia" . "#ff00ff") 501 ("fuchsia" . "#ff00ff")
502 ("magenta" . "#ff00ff")
502 ("green" . "#008000") 503 ("green" . "#008000")
503 ("lime" . "#00ff00") 504 ("lime" . "#00ff00")
504 ("olive" . "#808000") 505 ("olive" . "#808000")
@@ -507,6 +508,7 @@ further value candidates, since that list would be infinite.")
507 ("blue" . "#0000ff") 508 ("blue" . "#0000ff")
508 ("teal" . "#008080") 509 ("teal" . "#008080")
509 ("aqua" . "#00ffff") 510 ("aqua" . "#00ffff")
511 ("cyan" . "#00ffff")
510 ("orange" . "#ffa500") 512 ("orange" . "#ffa500")
511 ("aliceblue" . "#f0f8ff") 513 ("aliceblue" . "#f0f8ff")
512 ("antiquewhite" . "#faebd7") 514 ("antiquewhite" . "#faebd7")