Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give , and .@ doc strings. Fixes bug #24561. | Alan Mackenzie | 2017-01-23 | 1 | -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 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Fix docstring quoting problems with ‘ '’ | Paul Eggert | 2015-11-17 | 1 | -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 Eggert | 2015-05-28 | 1 | -3/+3 |
| | |||||
* | * lisp/emacs-lisp/backquote.el: Fix bug with unoptimized exp. | Stefan Monnier | 2015-01-30 | 1 | -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 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | * lisp/emacs-lisp/backquote.el (backquote-process): Optimize away the ,' case. | Stefan Monnier | 2014-11-15 | 1 | -8/+9 |
| | |||||
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | * lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@ | Stefan Monnier | 2013-10-08 | 1 | -2/+9 |
| | | | | | | with more than one argument. Fixes: debbugs:15538 | ||||
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
| | |||||
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | |||||
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | |||||
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ | |||||
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | | |||||
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
|/ | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | * faces.el (xw-defined-colors): | Dan Nicolaescu | 2008-03-14 | 1 | -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--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (backquote): Improve argument/docstring consistency. | Juanma Barranquero | 2007-11-17 | 1 | -2/+2 |
|/ | |||||
* | (backquote-unquote-symbol, backquote-splice-symbol): | Stefan Monnier | 2007-08-23 | 1 | -2/+2 |
| | | | | Backslash the , and ,@ which are not new-style unquotes. | ||||
* | (backquote-delay-process): Fix last change. | Stefan Monnier | 2007-08-21 | 1 | -3/+2 |
| | |||||
* | (backquote-delay-process): New function. | Stefan Monnier | 2007-08-10 | 1 | -15/+39 |
| | | | | | (backquote-process): Add internal arg `level'. Use the two to correctly handle nested backquotes. | ||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (backquote-list*-macro): Use nreverse. | Stefan Monnier | 2004-03-22 | 1 | -2/+8 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 2002-11-06 | 1 | -0/+4 |
| | |||||
* | (backquote-backquote-symbol) | Gerd Moellmann | 2001-09-03 | 1 | -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ík | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | (backquote-process): Handle `[,@SYMBOL]. | Richard M. Stallman | 2001-06-13 | 1 | -0/+2 |
| | |||||
* | Remove inappropriate customization (allowing custom.el to use | Dave Love | 2000-01-08 | 1 | -19/+8 |
| | | | | backquote). | ||||
* | Customized. | Stephen Eglen | 1998-04-05 | 1 | -9/+19 |
| | |||||
* | Fixed up initial line | Erik Naggum | 1996-05-20 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+4 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -16/+3 |
| | |||||
* | (backquote): Doc fix. | Richard M. Stallman | 1995-07-19 | 1 | -2/+2 |
| | |||||
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
| | |||||
* | ('\`): Use backslash for reading the backquote. | Richard M. Stallman | 1995-05-04 | 1 | -6/+6 |
| | | | | | (backquote-backquote-symbol): Likewise. (backquote): Doc fix. | ||||
* | (backquote-splice-symbol): Doc typo fix. | Richard M. Stallman | 1994-07-12 | 1 | -1/+1 |
| | |||||
* | (backquote-process): Fix criterion for using FIRSTLIST. | Richard M. Stallman | 1994-06-22 | 1 | -1/+4 |
| |