]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-26
authorGlenn Morris <rgm@gnu.org>
Wed, 27 Dec 2017 18:00:16 +0000 (10:00 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 27 Dec 2017 18:00:16 +0000 (10:00 -0800)
fd35804971 (origin/emacs-26) * doc/lispref/strings.texi (Case Convers...
89e257d71b * doc/misc/speedbar.texi (Top): Fix grammar.
a31ab5ffb5 * lisp/subr.el (with-silent-modifications): Doc fixes.
2ebc8dc3b6 Fix curved quotes in printed manual
e4a881b5cf Say that "gnus-cloud" is a parody name
13c59d0a83 More improvements for text.texi
7850b7620e Adjudicate review comments for the "Text" chapter of user ...
d7d3b14a99 * lisp/url/url-http.el (url-http-wait-for-headers-change-f...
f3819ad13e In C-h k <mouse-n>, alert user to existence of any matchin...
99054fbef9 * net/eww.el (eww): Handle URLs without host part.
de89c0b641 Make C-h c/k S-mouse-1 display message for mouse-appearanc...
720ed0b533 Avoid crashes when ':eval' deletes our frame
9105c9aa34 Fix scrolling up in pixel-scroll.el
b882d4ef11 Fix problems with ligatures in PDF version of ELisp manual
289dd53bb3 (elisp-flymake-byte-compile): Handle killed buffer in sent...
cf36c82127 Avoid some overfull lines in PDF lispref
b07b56a351 Avoid some overfull lines in PDF manual
6b3118f025 * doc/emacs/arevert-xtra.texi (Auto Reverting the Buffer M...
7ffb7b1e01 ; lispref nil/t markup fixes

# Conflicts:
# doc/emacs/text.texi

1  2 
doc/emacs/text.texi
doc/lispref/strings.texi
doc/misc/gnus.texi
lisp/gnus/gnus-cloud.el
lisp/progmodes/elisp-mode.el
lisp/subr.el
src/xdisp.c

index 7aa859d1772c5d9f3e31ab597dbaaa89cb0b2493,1f53992f10bbea3c5fc68921b8f46120236ab4cc..58916982ab82ea0c7b31c2c522d877b43e657269
@@@ -443,16 -462,10 +462,17 @@@ non-@code{nil}, and in programming-lang
  @code{nil} for @code{electric-quote-string} and @code{t} for the other
  variables.
  
-   Electric Quote mode is disabled by default.  To toggle it, type
- @kbd{M-x electric-quote-mode}.  To toggle it in a single buffer, use
- @kbd{M-x electric-quote-local-mode}.  To suppress it for a single use,
 +@vindex electric-quote-replace-double
 +  You can also set the option @code{electric-quote-replace-double} to
 +a non-@code{nil} value.  Then, typing @t{"} insert an appropriate
 +curved double quote depending on context: @t{“} at the beginning of
 +the buffer or after a line break, whitespace, opening parenthesis, or
 +quote character, and @t{”} otherwise.
 +
+   Electric Quote mode is disabled by default.  To toggle it in a
+ single buffer, use @kbd{M-x electric-quote-local-mode}.
+ To toggle it globally, type
+ @kbd{M-x electric-quote-mode}.  To suppress it for a single use,
  type @kbd{C-q `} or @kbd{C-q '} instead of @kbd{`} or @kbd{'}.  To
  insert a curved quote even when Electric Quote is disabled or
  inactive, you can type @kbd{C-x 8 [} for @t{‘}, @kbd{C-x 8 ]} for
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lisp/subr.el
Simple merge
diff --cc src/xdisp.c
Simple merge