summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backquote.el
Commit message (Collapse)AuthorAgeFilesLines
* Give , and .@ doc strings. Fixes bug #24561.Alan Mackenzie2017-01-231-0/+10
| | | | | | | | | | | | | | | | | | | Also make *Help* links to ``' possible. Also make usable as such doc strings on the function-documentation property of a symbol. * lisp/emacs-lisp/backquote.el (top-level): Give , and '@ doc strings on the function-documentation property. Also give these symbols a reader-construct property. * lisp/help-fns.el (describe-function): Allow the function-documentation property to work. Use princ rather than prin1 to print the function's name when it has a reader-construct property. (help-fns-signature): Don't insert `high-usage' for a reader-construct. (describe-function-1): Adapt to process documentation on the function-documentation property. Print "a reader construct" when appropriate. * lisp/help-mode.el (help-xref-symbol-regexp): Amend this regexp also to match ``'.
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
| | | | | | | | | | | | | Problem reported by Artur Malabarba in: http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html Most of these fixes are to documentation; many involve fixing longstanding quoting glitches that are independent of the recent substitute-command-keys changes. The changes to code are: * lisp/cedet/mode-local.el (mode-local-augment-function-help) (describe-mode-local-overload): Substitute docstrings before displaying them. * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Quote the generated docstring for later substitution.
* A few more doc string fixes (Bug#20385)Paul Eggert2015-05-281-3/+3
|
* * lisp/emacs-lisp/backquote.el: Fix bug with unoptimized exp.Stefan Monnier2015-01-301-3/+1
| | | | | | | | Fixes: debbugs:19734 * lisp/emacs-lisp/backquote.el (backquote-delay-process): Don't reuse `s' since it may be "equivalent" in some sense, yet different. * test/automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* * lisp/emacs-lisp/backquote.el (backquote-process): Optimize away the ,' case.Stefan Monnier2014-11-151-8/+9
|
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
|
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@Stefan Monnier2013-10-081-2/+9
| | | | | | with more than one argument. Fixes: debbugs:15538
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* * faces.el (xw-defined-colors):Dan Nicolaescu2008-03-141-2/+0
| | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (backquote): Improve argument/docstring consistency.Juanma Barranquero2007-11-171-2/+2
|/
* (backquote-unquote-symbol, backquote-splice-symbol):Stefan Monnier2007-08-231-2/+2
| | | | Backslash the , and ,@ which are not new-style unquotes.
* (backquote-delay-process): Fix last change.Stefan Monnier2007-08-211-3/+2
|
* (backquote-delay-process): New function.Stefan Monnier2007-08-101-15/+39
| | | | | (backquote-process): Add internal arg `level'. Use the two to correctly handle nested backquotes.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (backquote-list*-macro): Use nreverse.Stefan Monnier2004-03-221-2/+8
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Comment change.Richard M. Stallman2002-11-061-0/+4
|
* (backquote-backquote-symbol)Gerd Moellmann2001-09-031-4/+4
| | | | | (backquote-unquote-symbol, backquote-splice-symbol): Remove `*' from doc strings.
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (backquote-process): Handle `[,@SYMBOL].Richard M. Stallman2001-06-131-0/+2
|
* Remove inappropriate customization (allowing custom.el to useDave Love2000-01-081-19/+8
| | | | backquote).
* Customized.Stephen Eglen1998-04-051-9/+19
|
* Fixed up initial lineErik Naggum1996-05-201-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* Comment change.Richard M. Stallman1995-10-301-16/+3
|
* (backquote): Doc fix.Richard M. Stallman1995-07-191-2/+2
|
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
|
* ('\`): Use backslash for reading the backquote.Richard M. Stallman1995-05-041-6/+6
| | | | | (backquote-backquote-symbol): Likewise. (backquote): Doc fix.
* (backquote-splice-symbol): Doc typo fix.Richard M. Stallman1994-07-121-1/+1
|
* (backquote-process): Fix criterion for using FIRSTLIST.Richard M. Stallman1994-06-221-1/+4
|