From b8bf03161123de6de5570fd3f4d1cf3ed94084e1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 23 Nov 2015 21:49:25 -0800 Subject: [PATCH] Improve text-quoting-style doc again MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * doc/lispref/help.texi (Keys in Documentation): Omit overkill discussion of ‘setq’. Mention Emacs versions where ‘grave’ style was standard. --- doc/lispref/help.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 0e08b2a2bfc..685995b395f 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -358,11 +358,10 @@ If the variable's value is @code{curve}, the style is @t{‘like this’} with curved single quotes. If the value is @code{straight}, the style is @t{'like this'} with straight apostrophes. If the value is @code{grave}, the style is @t{`like -this'} with grave accent and apostrophe. The default value @code{nil} +this'} with grave accent and apostrophe, the standard style +before Emacs version 25. The default value @code{nil} acts like @code{curve} if curved single quotes are displayable, and -like @code{grave} otherwise. To use the traditional @code{grave} -style, put the line @code{(setq text-quoting-style 'grave)} into your -@file{~/.emacs} file. +like @code{grave} otherwise. @end defvar @defun substitute-command-keys string -- 2.39.5