summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Don’t electrically quote ‘'’ in PythonPaul Eggert2016-05-02
| | | | | | Problem reported by Philipp Stephani (Bug#23387). * lisp/electric.el (electric-quote-post-self-insert-function): Do not requote a string starter or ender.
* `nreverse' Grep hits before passing them to xref--convert-hitsDmitry Gutov2016-05-02
| | | | | | * lisp/progmodes/xref.el (xref-collect-matches): `nreverse' hits before passing them to xref--convert-hits. Fixes a regression from cc0b7132.
* ; Spelling fixesPaul Eggert2016-05-01
|
* * doc/misc/texinfo.tex: Sync from gnulib.Paul Eggert2016-05-01
|
* * lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.Juri Linkov2016-05-01
| | | | (Bug#23410)
* tramp.texi: Revert last change due to backward compatibilityMichael Albinus2016-05-01
| | | | (cherry picked from commit 910f9a0a936aacbffe9b9b790d7f698dfd287aac)
* cua-prefix-override-inhibit-delay doc fixLars Ingebrigtsen2016-05-01
| | | | | | | | * lisp/emulation/cua-base.el (cua-prefix-override-inhibit-delay): Typo fix in doc string (bug#23401). (cherry picked from commit 2b4c099822811ede787fc6e575bfbb17b3cc0681)
* global-eldoc-mode doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/emacs-lisp/eldoc.el (global-eldoc-mode): Be more specific about what "applicable" means (bug#23071). (cherry picked from commit 25e95b5dd8cd92e03788e589bf99a4b399f03114)
* normal-top-level-add-subdirs-to-load-path doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix (bug#21962). (cherry picked from commit 28aaa6d20586e3330a23b017a65e56dd6461c003)
* isearch-search-fun-function doc tweakLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/isearch.el (isearch-search-fun-function): Mention what the STRING parameter is (bug#21552). (cherry picked from commit cafc2a5940cdc523cfea6dcf1cf540f48367c62a)
* Fill some imenu--index-alist doc linesLars Ingebrigtsen2016-05-01
| | | | | | * lisp/imenu.el (imenu--index-alist): Fill some doc lines (bug#21269). (cherry picked from commit 4b7bb8f596550628eaa83b82c0f7eabe59a84964)
* Fmarker_position doc string clarificationLars Ingebrigtsen2016-05-01
| | | | | | | * src/marker.c (Fmarker_position): Clarify the doc string (bug#21231). (cherry picked from commit eeac7c57273cec3f9408b18392dd2bafe3be4450)
* Further define-obsolete-* doc fixupsLars Ingebrigtsen2016-05-01
| | | | | | | | * lisp/emacs-lisp/byte-run.el (define-obsolete-face-alias): Fix up last change. (define-obsolete-variable-alias): Ditto. (cherry picked from commit 28e9f4390d8391c2c36be4ef515cf3a2c679a5a5)
* Describe WHEN in all the define-obsolete- macrosLars Ingebrigtsen2016-05-01
| | | | | | | | | * lisp/emacs-lisp/byte-run.el (define-obsolete-face-alias): Say more verbosely what WHEN is (bug#21225). (define-obsolete-function-alias): Describe the WHEN parameter. (define-obsolete-variable-alias): Ditto. (cherry picked from commit 247c388f160581d207e41ca5926990bbf69d4a0f)
* Mention with-silent-modifications in the lispref manualLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/text.texi (Changing Properties): Document with-silent-modifications (bug#21171). (cherry picked from commit fcd0d854eef6e439d51e8f07cf734d5e34e502b3)
* with-silent-modifications doc clarificationLars Ingebrigtsen2016-05-01
| | | | | | | | * lisp/subr.el (with-silent-modifications): Rearrange the doc string a bit so that the most pertinent information is at the top (bug#21171). (cherry picked from commit e0e70f030e69d9696a963a86f5f7caaff4df06eb)
* clear-visited-file-modtime doc string fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/files.el (clear-visited-file-modtime): Fix possibly confusing doc string wording (bug#21169). (cherry picked from commit 1aaeaf1450756a71c9254a2a5b174c72084ca67a)
* Document mode mode line variablesLars Ingebrigtsen2016-05-01
| | | | | | | | * doc/lispref/modes.texi (Mode Line Variables): Document `mode-line-front-space, `mode-line-misc-info', `mode-line-end-spaces' (bug#21014). (cherry picked from commit bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935)
* Add a cross ref to Optional Mode LineLars Ingebrigtsen2016-05-01
| | | | | | | | * doc/lispref/modes.texi (Mode Line Variables): Add a cross reference to the Emacs mode line node that explains things like `display-time-string' (bug#21002). (cherry picked from commit a3151a28789f413af73b14fbba557b2a587fca53)
* Add a doc string to display-time-stringLars Ingebrigtsen2016-05-01
| | | | | | | | * lisp/time.el: Add a doc string to `display-time-string', because it's referred to in the manual, and is too mysterious otherwise (bug#21002). (cherry picked from commit 45559c584e5a4ddeed1539b028b50b95baa372f8)
* custom-buffer-style doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/cus-edit.el (custom-buffer-style): Document the `tree' value (bug#20724). (cherry picked from commit bcf0291d0cd02095b0809b1eb91f1e5c5c2ac5e3)
* Rearrange the doc of query-replace slightlyLars Ingebrigtsen2016-05-01
| | | | | | | | * lisp/replace.el (query-replace): Move the mention of the interactive prefix arg earlier so that users can find it (bug#20654). (cherry picked from commit bcc10761c3b968fa4534718116a0a601ed7da389)
* apropos-print doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/apropos.el (apropos-print): Document the undocumented parameters (bug#20520). (cherry picked from commit 0714d7387812a151f59993ac77c7321724ef79b1)
* completion-table-with-predicate doc string fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/minibuffer.el (completion-table-with-predicate): t -> non-nil in the doc string (bug#20460). (cherry picked from commit b6a4d162208f239bc7804696d611ae52c686f138)
* Fill the completion-table-with-predicate doc stringLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/minibuffer.el (completion-table-with-predicate): Fill the doc string (bug#20460). (cherry picked from commit 207a31432c1ed8b548003a3e4af32c49aa3441e9)
* replace-match-maybe-edit doc clarificationLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/replace.el (replace-match-maybe-edit): Say what MATCH-DATA is (bug#20304). (cherry picked from commit 139874ba53c2e2de9868f8e5234d6ea2bcb97af8)
* add-timeout doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/emacs-lisp/timer.el (add-timeout): Mention the return value (bug#20181). (cherry picked from commit 921b40476f597c84d7c34aa289cd43caeb389c4a)
* Extremely minor doc fix in Choosing WindowLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/windows.texi (Choosing Window): There's only one action alist, I think (bug#20158). (cherry picked from commit 6c7e7f421d02d9290d6d1d85320737371160aef7)
* Transform mentions of `eval-after-load' to `with-eval-after-load'Lars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/loading.texi (Hooks for Loading): Update text to not mention `eval-after-load' (bug#20038). (cherry picked from commit 9392193be56eebdfac702a0bbb5e954088371c7a)
* cursor-type doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * src/buffer.c (syms_of_buffer): Mention that cursor-type's WIDHT/HEIGHT can't exceed the frame char size (bug#19215). (cherry picked from commit 77c5f4554ebb3b7c7d49bc881e45a550f6c93987)
* Add a link from Tool Bar to ImagesLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/keymaps.texi (Tool Bar): Add a link to the Images node (bug#19722). (cherry picked from commit da5d0786163a91400eced4fddba4a92b652458d1)
* (default-mode-line-format): More explicit obsolete infoLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/subr.el (default-mode-line-format): Be more explicit in how default values are now handled (bug#19424). (cherry picked from commit 9dc5f6d830e72420dc4d41c8f6ca1ca6b28609c0)
* Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen2016-05-01
| | | | | | | * src/editfns.c (Fcompare_buffer_substrings): Extremely minor doc string clarification (bug#19255). (cherry picked from commit aa692acbb598a1cc8219ed7a87dde25fd7626ba5)
* insert-file-contents-literally doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/files.el (insert-file-contents-literally): Say that the parameters are explained in the other function (bug#18317). (cherry picked from commit b6481b19bc9592492b1f70dfecb4de6256f537fe)
* Fix custom types for cursor-in-non-selected-windowsLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/cus-start.el (standard): Use the same custom types for cursor-in-non-selected-windows as for cursor-type (bug#19214). (cherry picked from commit b66bc0cced786e0320e1c3b0758bd3c434d4e8b5)
* Doc clarification to mwheel-scrollLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/mwheel.el (mwheel-scroll): Mention that the restriction does not apply to Windows (bug#19209). (cherry picked from commit 696052b5fdfbc5c25dff3c6b081aebe70f6d06c7)
* Clarify the doc of eval-expression-print-formatLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/simple.el (eval-expression-print-format): Doc clarification (bug#19114). (cherry picked from commit cd193a871f5a8e1c81ba86fc398ac382fa814383)
* Explictly explain that package-initialize loads the packagesLars Ingebrigtsen2016-05-01
| | | | | | | | | * lisp/emacs-lisp/package.el (package-initialize): Be explicit in saying that `package-initialize' obviates adjusting the path or requiring the packages, as this is a question that apparently comes up now and then (bug#18829). (cherry picked from commit 619e0aedb2f3dbfe6821ac34e2d25b4e5c181117)
* Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-05-01
| | | | | | | | | | * src/fns.c (Frequire): Mention `load-path' and fill the doc string (bug#18829). * src/lread.c (syms_of_lread): Mention that `require' uses `load-path'. (cherry picked from commit 3eca9a03816f95da0030665223c0b5262f223ba7)
* Doc fix for insert-pair-alistLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/emacs-lisp/lisp.el (insert-pair-alist): Say what COMMAND-CHAR is (bug#18809). (cherry picked from commit 2824c587e9749a8f350f1d3dddd65176b4561dcb)
* Move doc of backup-directory-alist to the Backup nodeLars Ingebrigtsen2016-05-01
| | | | | | | | | * doc/emacs/files.texi (Backup): Move the documentation of `backup-directory-alist' here from the "Single or Numbered Backups" node, because it doesn't seem to have much to do with numbering (bug#18692). (cherry picked from commit e77b8d84b4161f2cf8720dec2bf44a3e50134398)
* Tiny doc clarification for create-fontset-from-fontset-specLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/international/fontset.el (create-fontset-from-fontset-spec): Clarify what the optional part is (bug#18686). (cherry picked from commit c05d186455ce9907eeb6b21ea4227e453996c681)
* Fill the doc string of font-lock-keywordsLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/font-lock.el (font-lock-keywords): Fill the lines and reorganise some explanations (bug#21427). (cherry picked from commit c05716d3a26ea7518b89eacfccaf70c9d0731df7)
* Doc fix for font-lock-remove-keywordsLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/font-lock.el (font-lock-remove-keywords): Add a link to `font-lock-add-keywords' to describe KEYWORDS (bug#18634). (cherry picked from commit bc00dcf12983cd399127d0eea39647f29778eb02)
* Clarify whitespace-style doc stringLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/whitespace.el (whitespace-style): Doc clarification (bug#18296). (cherry picked from commit d96c720d0cca7c9ffbb4c712ad315bb707d6625c)
* Doc fixed for next-error-buffer-pLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/simple.el (next-error-buffer-p): Clarify doc string (bug#18202). (cherry picked from commit a10eb168cc96db9f0dab2d75550cbd8f08be2363)
* Tiny doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * src/fileio.c (Ffile_accessible_directory_p): Tiny doc fix (and fill) (bug#18201). (cherry picked from commit 2ef0040e2363a669d9b93df935d31c98fa130132)
* Doc fixLars Ingebrigtsen2016-05-01
| | | | | | | * src/keymap.c (Fdefine_prefix_command): Clarify doc string slightly (bug#18092). (cherry picked from commit 6b769c81d024f7eeb90b167e7df6f87d859614d4)
* delsel doc touch upsLars Ingebrigtsen2016-05-01
| | | | | | | * lisp/delsel.el (delete-selection-helper): Use non-nil instead of t and clarify function return values (bug#18089). (cherry picked from commit d7a5b5be9a5869bcd233434ec3103dd1976d7df7)
* Doc fixes for menu-bar.elLars Ingebrigtsen2016-05-01
| | | | | | | | * lisp/menu-bar.el (clipboard-kill-ring-save): Describe the REGION parameter (bug#18028). (clipboard-kill-region): Ditto. (cherry picked from commit 33d2c67bff0992ecbc0fe38556683242b9d1a4ae)