]> code.delx.au - gnu-emacs/blobdiff - lisp/help-fns.el
Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.
[gnu-emacs] / lisp / help-fns.el
index 040152a2c9fc249ccc433d6eec7e6130d25d87de..d1c8b2dc478e6f9d91c13430d76372f15a2af562 100644 (file)
@@ -626,7 +626,7 @@ FILE is the file where FUNCTION was probably defined."
             ;; Avoid asking the user annoying questions if she decides
             ;; to save the help buffer, when her locale's codeset
             ;; isn't UTF-8.
-            (unless (memq text-quoting-style '(straight grave))
+            (unless (memq text-quoting-style '(leave straight grave))
               (set-buffer-file-coding-system 'utf-8))))))))
 
 ;; Add defaults to `help-fns-describe-function-functions'.