1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
emacs/doc
Paul Eggert 68280c5ee9 Treat ' like ’ even when not matching `
This is simpler and easier to explain, and should encourage better
typography.  Do this in Electric Quote mode and when translating
quotes in docstrings.  Inspired by a suggestion by Dmitry Gutov	in:
https://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00806.html
* doc/emacs/text.texi (Quotation Marks):
* doc/lispref/help.texi (Keys in Documentation):
* etc/NEWS:
Document this.
* lisp/electric.el (electric-quote-post-self-insert-function):
* src/doc.c (Fsubstitute_command_keys):
Always treat ' like ’ even when not matched by an open quote.
2015-08-24 23:57:21 -07:00
..
emacs Treat ' like ’ even when not matching ` 2015-08-24 23:57:21 -07:00
lispintro Fix documentation for `save-excursion' 2015-08-24 22:04:46 +08:00
lispref Treat ' like ’ even when not matching ` 2015-08-24 23:57:21 -07:00
man Fix tagging of class members in C-like OO languages 2015-05-25 18:02:21 +03:00
misc * doc/misc/tramp.texi (Configuration): Reword to avoid warning 2015-08-17 14:12:20 -04:00