summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Document that `buffer-string' retains text propertiesLars Ingebrigtsen2021-03-18
| | | | | | | | | * doc/lispref/text.texi (Buffer Contents): Mention text properties in the `buffer-string' documentation. * src/editfns.c (Fbuffer_string): Mention text properties in the doc string (bug#47220). (cherry picked from commit 60af754170f22f5d25510af069ed0ebfec95f992)
* Remove duplicate @table item from ELisp manualFabrice Bauzac2021-03-17
| | | | | * doc/lispref/objects.texi (Special Read Syntax): Remove duplicate item "#@N" from the table of Special Read Syntax. (Bug#47200)
* Fix reference to 'diff-font-lock-syntax' in diff-mode documentationDaniel Martín2021-03-14
| | | | | * doc/emacs/files.texi (Diff Mode): Add the omitted name of the variable. (Bug#47129)
* Fix typos and omissions for (elisp)Button Buffer CommandsMatt Armstrong2021-03-13
| | | | | | * doc/lispref/display.texi (Button Buffer Commands): Minor typo and omission fixes `backward-button' and `forward-button'. (Bug#47051)
* * doc/misc/tramp.texi (Remote shell setup): Fix reference. (Do not merge)Masahiro Nakamura2021-03-05
|
* Update documentation of reading passwordsEli Zaretskii2021-03-04
| | | | | * doc/emacs/mini.texi (Passwords): Update to match the modified implementation. (Bug#46902) Add indexing.
* More accurate documentation of the "r" interactive specEli Zaretskii2021-02-19
| | | | | * doc/lispref/commands.texi (Interactive Codes): Describe the effect of 'mark-even-if-inactive'.
* Mention the GNU Kind Communications Guidelines in the FAQStefan Kangas2021-02-19
| | | | | * doc/misc/efaq.texi (Guidelines for newsgroup postings): Mention the GNU Kind Communications Guidelines.
* Clarify when activate-mark-hook is runLars Ingebrigtsen2021-02-07
| | | | | | * doc/lispref/markers.texi (The Mark): * lisp/simple.el (activate-mark-hook): Clarify when the hook is run (bug#23444).
* Fix example in Sequence Functions node in the manualPetteri Hintsanen2021-02-07
| | | | | * doc/lispref/sequences.texi (Sequence Functions): Fix the result from the example.
* Fix last change in syntax.texiEli Zaretskii2021-02-05
| | | | | * doc/lispref/syntax.texi (Syntax Properties): Fix wording in last change. (Bug#46274)
* Correct the lispref manual about flushing ppss infoLars Ingebrigtsen2021-02-05
| | | | | | | | * doc/lispref/syntax.texi (Syntax Properties): Correct the information about flushing the state by copying the text from the doc string (bug#46274). (cherry picked from commit ff701ce2b261acce1dfcd1fe137268d87d5eab35)
* Clarify how transient indentation modes are exited in the manualLars Ingebrigtsen2021-02-05
| | | | | | * doc/emacs/indent.texi (Indentation Commands): Clarify that the other keys don't just exit the transient mode, but are also handled as normally (bug#46296).
* Clarify the "Sentinels" node in the lispref manualLars Ingebrigtsen2021-02-04
| | | | | | | * doc/lispref/processes.texi (Sentinels): Mention "run" and that the strings can be anything (bug#30461). (cherry picked from commit 859a4cb6b22f75a3456e29d08fcfe9b8940fbe8b)
* Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-27
| | | | | | | | | | | * doc/emacs/glossary.texi (Glossary): Add "Tag" to the Glossary. * doc/emacs/maintaining.texi (Xref): Mention that identifiers are also known as "tags". * lisp/replace.el (read-regexp, read-regexp-suggestions): Improve wording of doc strings. (Bug#46088) (Bug#46089) (cherry picked from commit 49eb03d6c8a181fd46adbbcf1f0a976d0a9efa87)
* Fix last changeEli Zaretskii2021-01-23
| | | | | | | * doc/lispref/text.texi (Undo): Add a cross-reference to the description of 'undo-amalgamate-change-group'. (Atomic Changes): Expand and improve the description of 'undo-amalgamate-change-group'. (Bug#42303)
* Mention undo-amalgamate-change-group in the lispref manualLars Ingebrigtsen2021-01-23
| | | | | | | * doc/lispref/text.texi (Atomic Changes): Mention undo-amalgamate-change-group (bug#42303). (cherry picked from commit ba25a82855a2c03c25fec83f3056c166b692e94f)
* * doc/misc/tramp.texi (Quick Start Guide): Fix thinko.Michael Albinus2021-01-05
|
* ; * doc/lispref/modes.texi (SMIE Indentation Example): Fix previous commitSimen Heggestøyl2021-01-05
|
* Remove extraneous closing parenSimen Heggestøyl2021-01-04
| | | | | * doc/lispref/modes.texi (SMIE Indentation Example): Remove extraneous closing paren.
* Update two user option names in the Widget manualMauro Aranda2021-01-04
| | | | | | | * doc/misc/widget.texi (Basic Types): The user options widget-glyph-directory and widget-glyph-enable were renamed long ago to widget-image-directory and widget-image-enable, but the manual kept calling them by their old names. Update the names.
* Fix last changeEli Zaretskii2021-01-02
| | | | | * doc/lispref/strings.texi (Creating Strings): Improve wording of last change. (Bug#45516)
* Add a reference between the Strings node and Search/ReplaceLars Ingebrigtsen2021-01-02
| | | | | | | * doc/lispref/strings.texi (Creating Strings): Mention string-replace/replace-regexp-in-string (bug#45516). (cherry picked from commit b9359d4183a1a6923122d3aa12b922ab89693354)
* Fix copyright years by handPaul Eggert2021-01-01
| | | | These are dates that admin/update-copyright did not update.
* Update copyright year to 2021Paul Eggert2021-01-01
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Improve documentation of 'network-lookup-address-info'Eli Zaretskii2020-12-31
| | | | | | * src/process.c (Fnetwork_lookup_address_info): * doc/lispref/processes.texi (Misc Network): Document the error message emitted by 'network-lookup-address-info' when it fails.
* * doc/misc/efaq.texi (New in Emacs 27): Add section.Stefan Kangas2020-12-21
|
* * doc/misc/efaq.texi (Latest version of Emacs): Bump version.Stefan Kangas2020-12-21
|
* Improve documentation of 'query-replace'Eli Zaretskii2020-12-16
| | | | | * doc/emacs/search.texi (Query Replace): Add 'E' to the list of characters one can type at 'query-replace' prompt. (Bug#45273)
* Update to Org 9.4.3Bastien Guerry2020-12-16
| | | | Fix #45259
* Update to Org 9.4.1Bastien Guerry2020-12-13
|
* Improve documentation of streams in batch modeEli Zaretskii2020-12-06
| | | | | | | * doc/lispref/os.texi (Batch Mode): * doc/lispref/streams.texi (Input Streams, Output Streams): Better documentation of I/O streams in batch mode, with more cross-references.
* Improve documentation of 'ps-print-color-p'Eli Zaretskii2020-12-05
| | | | | * doc/emacs/misc.texi (PostScript Variables): Improve and clarify the description of 'ps-print-color-p'. (Bug#44962)
* Adapt Tramp versions. Do not mergeMichael Albinus2020-11-30
| | | | | | | | | * doc/misc/tramp.texi (Obtaining @value{tramp}) (Remote shell setup, Remote processes, Archive file names): * doc/misc/trampver.texi: * lisp/net/tramp.el: * lisp/net/trampver.el (tramp-version) (customize-package-emacs-version-alist): Adapt Tramp versions.
* Minor Edebug manual keystroke clarificationsLars Ingebrigtsen2020-11-21
| | | | | | | | * doc/lispref/edebug.texi (Edebug Misc): Also mention the `a' binding to abort (bug#44697). Also fix `d' function reference, and add `P' reference. (cherry picked from commit b613f25f97abf756101eaa2af90689a19c0b3350)
* Improve documentation of 'font-spec'Eli Zaretskii2020-11-19
| | | | | | * doc/lispref/display.texi (Low-Level Font): * src/font.c (Ffont_spec): Document 'font-spec' keys that are supported, but were undocumented.
* ; * doc/misc/eshell.texi (Input/Output): Fix typo.Michael Albinus2020-11-16
|
* Fix input method translation near read-only textEli Zaretskii2020-11-14
| | | | | | | | | | * lisp/international/quail.el (quail-input-method): Don't disable input method when the character after point has the read-only property. Suggested by Evgeny Zajcev <lg.zevlg@gmail.com> (Bug#44466) * doc/emacs/mule.texi (Input Methods): Document that input methods are inhibited in read-only text.
* Update erc documentation about C-c C-bDaniel Martín2020-11-09
| | | | | | * doc/misc/erc.texi (Keystroke Summary): C-c C-b runs erc-switch-to-buffer, which is implemented in terms of read-buffer (bug#44498).
* Fix documentation of 'windmove-swap-states-default-keybindings'Earl Hyatt2020-11-07
| | | | | | * doc/emacs/windows.texi (Window Convenience): Fix description of 'windmove-swap-states-default-keybindings' and related index entry. (Bug#44441)
* Document that the :match function for a widget takes an external valueMauro Aranda2020-11-02
| | | | | | * doc/misc/widget.texi (Basic Types): Document what an external value is. Document that a :match function expects the value to be in the external format. (Bug#8717)
* Improve indexing of check-declareStefan Kangas2020-11-01
| | | | * doc/lispref/functions.texi (Declaring Functions): Improve indexing.
* * doc/lispref/commands.texi (Key Sequence Input): Fix indexing.Eli Zaretskii2020-10-31
| | | | (cherry picked from commit 41c4f337c8f798d4700dcd13b73ad4ccdb3257eb)
* Updating docs with all special window prefix keys.Jared Finder2020-10-31
| | | | | | | * doc/lispref/commands.texi (Key Sequence Input): Add documentation for missing special window areas. Explicitly call out window or frame. (cherry picked from commit a105db13e11fd15cc72804bf33672122d1c3f2e1)
* Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-27
| | | | | | | | | | * lisp/window.el (fit-mini-frame-to-buffer, window--resize-mini-frame, fit-frame-to-buffer, fit-frame-to-buffer-1): By default, fit a mini frame without skipping its buffer's leading or trailing empty lines. * src/frame.c (resize-mini-frames): Update doc-string. * lisp/cus-start.el (resize-mini-frames): Update for customize. * doc/lispref/minibuf.texi (resize-mini-frames): Update description.
* Improve documentation of display-fill-column-indicatorEli Zaretskii2020-10-26
| | | | | | | | | | | | | | * lisp/display-fill-column-indicator.el (display-fill-column-indicator-mode): Mention the globalized version in the doc string. * doc/emacs/display.texi (Displaying Boundaries): Improve and clarify the documentation of display-fill-column-indicator. Suggest using the minor mode as the primary means for turning the feature on. * src/xdisp.c (syms_of_xdisp) <display-fill-column-indicator> <display-fill-column-indicator-character>: Doc fix. (Bug#44226)
* Recommend lexical-binding in Coding ConventionsStefan Kangas2020-10-22
| | | | | * doc/lispref/tips.texi (Coding Conventions, Library Headers): Recommend using lexical-binding.
* Improve documentation of 'Info-hide-note-references' in info.texiEli Zaretskii2020-10-17
| | | | | | * doc/misc/info.texi (Help-Xref): Improve the wording. (Emacs Info Variables): Update the documentation of 'Info-hide-note-references'. (Bug#44043)
* Fix posn-at-x-y in builds --without-xEli Zaretskii2020-10-16
| | | | | | | | | * src/keyboard.c (make_lispy_position): Don't exclude the window_or_frame = frame case from TTY-only builds. Reported by Jared Finder <jared@finder.org>. * doc/lispref/commands.texi (Click Events): Document the format of POSITION in click events on the frame's internal border.
* Clarify the seq-reduce documentationLars Ingebrigtsen2020-10-15
| | | | | | | * doc/lispref/sequences.texi (Sequence Functions): Ditto. * lisp/emacs-lisp/seq.el (seq-reduce): Clarify the order of the arguments (bug#43995).