From: Glenn Morris Date: Wed, 27 Dec 2017 18:00:16 +0000 (-0800) Subject: Merge from origin/emacs-26 X-Git-Tag: emacs-27.0.90~5954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08e1438a3bf781ce85c7af75f1fa73cb826ba3dd;p=emacs.git Merge from origin/emacs-26 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 , 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 --- 08e1438a3bf781ce85c7af75f1fa73cb826ba3dd diff --cc doc/emacs/text.texi index 7aa859d1772,1f53992f10b..58916982ab8 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@@ -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. +@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, 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, + 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