summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii2016-08-161-1/+1
* Avoid segfaults due to quoting in 'substitute-command-keys'Eli Zaretskii2016-08-161-4/+16
* substitute-command-keys keeps quotes’ text propsPaul Eggert2016-04-141-3/+22
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* doc string file descriptor exhaustion fixPaul Eggert2016-03-041-3/+3
* Fix Bug#22814Michael Albinus2016-03-041-0/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Improve text-quoting-style docPaul Eggert2015-11-231-1/+2
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-7/+7
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-9/+1
* format-message now curves ` and 'Paul Eggert2015-08-251-91/+24
* Treat ' like ’ even when not matching `Paul Eggert2015-08-241-17/+8
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-0/+62
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-231-4/+5
* Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert2015-08-171-11/+22
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-141-7/+4
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-141-26/+26
* Give names to Unicode code points in C codePaul Eggert2015-08-111-1/+0
* Fix some minor quoting issues with grave accentPaul Eggert2015-08-091-2/+7
* Redo text-quoting-style variablePaul Eggert2015-08-021-13/+14
* ; * src/doc.c: Add a 'coding' cookie.Eli Zaretskii2015-06-301-1/+1
* Translate undisplayable ‘ to `Paul Eggert2015-06-251-3/+3
* * src/doc.c (syms_of_doc): Remove unused symbols.Paul Eggert2015-06-201-2/+0
* Improve the optional translation of quotesPaul Eggert2015-06-191-30/+59
* * src/doc.c (Fsubstitute_command_keys): Make previous change compile.Glenn Morris2015-06-181-3/+3
* Make translation of quotes to curly in doc strings optional.Alan Mackenzie2015-06-181-2/+32
* Don't misencode C-generated messagesPaul Eggert2015-05-301-2/+7
* substitute-command-keys now curves quotesPaul Eggert2015-05-281-6/+33
* Count MANY function args more reliablyPaul Eggert2015-01-251-13/+0
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* Prefer stpcpy to strcatPaul Eggert2014-12-251-21/+12
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-2/+3
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+2
* Fix some slow uses and misuses of strcat.Paul Eggert2014-09-231-2/+2
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-1/+1
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-2/+2
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-6/+15
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
* * doc.c (store_function_docstring): Fix pointer signedness mismatch.Paul Eggert2014-03-201-1/+1
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to findStefan Monnier2014-03-201-1/+4
* * src/doc.c (Fsnarf_documentation): Snarf not-yet-bound variablesGlenn Morris2014-02-271-3/+9
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-031-15/+0
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Don't let unusual after-change-functions overwrite " prin1" buffer in use.Eli Zaretskii2013-11-161-0/+6
* Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1