summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* List Andrea Corallo as co-maintainer in ack.texiStefan Kangas2024-06-221-1/+2
| | | | | * doc/emacs/ack.texi (Acknowledgments): List Andrea Corallo as co-maintainer from 29.3 onwards.
* ; Minor fixes in ELisp manualEli Zaretskii2024-06-082-6/+13
| | | | | | * doc/lispref/searching.texi (Regexp Search): Caveat about using 'search-spaces-regexp'. (Bug#71429) * doc/lispref/help.texi (Keys in Documentation): Fix markup.
* ; * doc/emacs/help.texi (Help, Apropos): Improve text and indexing.Eli Zaretskii2024-06-081-7/+14
|
* Improve documentation of case-conversion commandsEli Zaretskii2024-05-281-4/+12
| | | | | * doc/emacs/text.texi (Case): Include the commands with negative arguments. (Bug#71220)
* ; Fix markup in manualsEli Zaretskii2024-05-262-8/+8
| | | | | | | * doc/emacs/files.texi (Visiting): * doc/lispref/processes.texi (Filter Functions, Sentinels): Fix markup and punctuation. Reported by Andrés Ramírez <rrandresf@hotmail.com>.
* Improve documentation of 'no-special-glyphs' frame parameterEli Zaretskii2024-05-252-5/+12
| | | | | | | | * doc/lispref/frames.texi (Layout Parameters): Document limitations of support for 'no-special-glyphs' frame parameter. (Bug#71163) * doc/lispref/display.texi (Truncation): Update for when 'fringe-mode' is off.
* Fix example in Calc manualBrad Knotwell2024-05-241-2/+2
| | | | | | | * doc/misc/calc.texi (Defining Simple Commands): Fix typo in command names. (Bug#71166) Copyright-paperwork-exempt: yes
* ; Improve documentation of backing up filesEli Zaretskii2024-05-211-0/+8
| | | | | | * doc/emacs/files.texi (Backup Copying): Mention that 'backup-by-copying' is safer. Document 'file-precious-flag'. (Bug#71074)
* ; * doc/lispintro/emacs-lisp-intro.texi (nthcdr): Whitespace (bug#71033).Eli Zaretskii2024-05-181-2/+2
|
* Document :box attribute caveats when used on display stringsEli Zaretskii2024-05-181-0/+33
| | | | | | | * doc/lispref/display.texi (Replacing Specs, Face Attributes): Mention special considerations when a display string has a ':box' face attribute identical to the surrounding buffer text. Suggested by JD Smith <jdtsmith@gmail.com>. (Bug#70637)
* Improve documentation of 'movemail'Eli Zaretskii2024-05-181-24/+20
| | | | | | | * doc/emacs/rmail.texi (Movemail): Fix the name of the Mailutils manual in the printed version. Add index entries. Move the description of remote mailboxes to... (Remote Mailboxes): ...here, to avoid duplication.
* Replace incorrect link in Rmail chapter of Emacs manualJakub Ječmínek2024-05-181-3/+2
| | | | | * doc/emacs/rmail.texi (Movemail): Fix cross-reference to a node in the Mailutils manual. (Bug#71018)
* ; * doc/lispref/parsing.texi (Parsing Program Source): Improve indexing.Eli Zaretskii2024-05-171-0/+1
|
* ; Improve documentation of 'set-fontset-font'Eli Zaretskii2024-05-171-0/+8
| | | | | * doc/lispref/display.texi (Fontsets): * src/fontset.c (Fset_fontset_font): Doc fix (bug#70993).
* ; * doc/emacs/search.texi (Word Search): Add index entry.Eli Zaretskii2024-05-161-0/+1
|
* ; * doc/emacs/frames.texi (Scroll Bars): Improve formatting.Eli Zaretskii2024-05-101-4/+4
|
* ; * doc/misc/auth.texi (The Unix password store): Fix variable name.Illia Ostapyshyn2024-05-081-1/+1
| | | | | | (Bug#70767) Copyright-paperwork-exempt: yes
* ; Advertise scroll bars some moreEli Zaretskii2024-05-081-0/+7
| | | | | * doc/emacs/display.texi (Scrolling, Horizontal Scrolling): Mention the scroll bars as alternative means of scrolling.
* ; * doc/lispref/commands.texi (Event Mod): Add motivation (bug#70596).Eli Zaretskii2024-05-021-1/+4
|
* ; Update description of 'mail-mode'Eli Zaretskii2024-04-301-3/+5
| | | | | * doc/emacs/sending.texi (Mail Methods): More accurate description of mail-mode's deficiencies.
* Fix a typo in Introduction to Emacs Lisp (bug#70571).Brad Howes2024-04-271-1/+1
| | | | Copyright-paperwork-exempt: yes
* Improve documentation of selection and navigation in *xref* buffersEli Zaretskii2024-04-231-17/+36
| | | | | | | | | | * doc/emacs/maintaining.texi (Looking Up Identifiers): More detailed description of 'xref-auto-jump-to-first-definition'. Improve indexing. Describe the use of 'next-error' and 'previous-error' in conjunction with the *xref* buffer. (Identifier Search): More detailed description of 'xref-auto-jump-to-first-xref'. Describe the use of 'next-error' and 'previous-error'.
* Fix Widget manual typos, markup and omissions (bug#70502)Stephen Berman2024-04-221-15/+32
| | | | | | | | * doc/misc/widget.texi (Widgets and the Buffer): Correct typos and texinfo markup, add equivalent key bindings and make minor changes in wording. (Customization): Correct names of two faces and add documentation of remaining widget faces.
* ; Document bookmark fringe mark in the user manualEli Zaretskii2024-04-221-2/+13
| | | | | * doc/emacs/regs.texi (Bookmarks): Document 'bookmark-fringe-mark'.
* Fix markup and indexing in the Calendar chapter of user manualEli Zaretskii2024-04-211-107/+154
| | | | | | | | | * doc/emacs/calendar.texi (Calendar Unit Motion) (Scroll Calendar, Writing Calendar Files, Holidays) (Sunrise/Sunset, Lunar Phases, Calendar Systems) (To Other Calendar, Displaying the Diary, Date Formats) (Adding to Diary, Special Diary Entries): Fix markup, style, and indexing.
* Fix the user manual for `calendar-time-zone-style'Gautier Ponsinet2024-04-211-1/+2
| | | | | * doc/emacs/calendar.texi (Sunrise/Sunset): Refer to the variable `calendar-time-zone-style' explicitly. (Bug#70498)
* Remove ert-equal-including-properties from manualBasil L. Contovounesios2024-04-201-2/+1
| | | | | | * doc/misc/ert.texi (Useful Techniques): Mention only equal-including-properties in place of the now obsolete ert-equal-including-properties.
* ; Document 'filtered-frame-list'Eli Zaretskii2024-04-201-0/+12
| | | | | * doc/lispref/frames.texi (Finding All Frames): Document 'filtered-frame-list'.
* ; Improve wording in documentation of 'not and 'null'Eli Zaretskii2024-04-152-4/+5
| | | | | | * doc/lispref/control.texi (Combining Conditions): * doc/lispref/lists.texi (List-related Predicates): Clarify wording of 'not' vs 'null'. (Bug#70392)
* * doc/misc/calc.texi: Improve indexing.Stefan Kangas2024-04-131-2/+5
|
* ; Tweak "(emacs)Bug Reference" formatting/wording.Basil L. Contovounesios2024-04-131-24/+27
|
* ; * doc/emacs/files.texi (Backup): Clarify "saving" (bug#70326).Eli Zaretskii2024-04-101-3/+4
|
* * doc/emacs/misc.texi (emacsclient Options): Suggest forwarding sockets.Peter Oliver2024-04-101-7/+21
| | | | (Bug#66667)
* ; * doc/emacs/misc.texi (emacsclient Options): Fix typo. (Bug#70238)Michael Albinus2024-04-071-1/+1
|
* ; * doc/lispref/tips.texi (Documentation Tips): Improve (bug#70163).Eli Zaretskii2024-04-041-5/+7
|
* Adapt Tramp versio (don't merge)Michael Albinus2024-03-311-1/+1
| | | | | | | * doc/misc/trampver.texi: * lisp/net/trampver.el: Change version to "2.6.3". (customize-package-emacs-version-alist): Adapt Tramp version integrated in Emacs 29.3.
* Improve documentation of <Delete> in user manualEli Zaretskii2024-03-251-2/+9
| | | | | * doc/emacs/basic.texi (Erasing): Document that <Delete> deletes entire grapheme clusters.
* ; Improve documentation of 'backup-by-copying'Eli Zaretskii2024-03-211-0/+6
| | | | | * doc/emacs/files.texi (Backup Copying): Recommend 'backup-by-copying' for files on file-hosting services. (Bug#69930)
* Clarify description of format-spec truncationBasil L. Contovounesios2024-03-211-1/+1
| | | | | | | * doc/lispref/strings.texi (Custom Format Strings): Mention that precision specifier affects both '<' and '>' truncation (bug#69822). * lisp/format-spec.el (format-spec, format-spec--do-flags): Use same terminology as 'format', especially when referring to its behavior.
* More accurate documentation of 'rmail-mail-new-frame'Eli Zaretskii2024-03-211-1/+4
| | | | | * doc/emacs/rmail.texi (Rmail Reply): More accurate documentation of the effects of 'rmail-mail-new-frame'. (Bug#69738)
* Fix documentation of M-SPC in user manualEli Zaretskii2024-03-201-9/+19
| | | | | * doc/emacs/killing.texi (Deletion): Fix documentation of 'cycle-spacing'. (Bug#69905)
* ; * doc/lispref/control.texi (Conditionals): Add missing paren (bug#69742).Arash Esbati2024-03-121-1/+1
|
* ; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671).Eli Zaretskii2024-03-091-1/+1
|
* ; Improve documentation of 'minibuffer-allow-text-properties'Eli Zaretskii2024-03-081-6/+8
| | | | | * doc/lispref/minibuf.texi (Text from Minibuffer): Document the default value of 'minibuffer-allow-text-properties'.
* ; Improve documentation of image propertiesEli Zaretskii2024-03-071-2/+7
| | | | | | | | | * lisp/image.el (create-image, image-property): Add to do strings link to description of image properties in ELisp manual. * doc/lispref/display.texi (Defining Images): Fix example and add cross-reference to where image properties are described. (Image Descriptors): Add index entry.
* * doc/lispref/modes.texi (Tabulated List Mode): Update.Juri Linkov2024-02-211-1/+8
| | | | | In the description of 'tabulated-list-format' document the missing value 'props' that was added long ago.
* Revert "Update to Org 9.6.19"Eli Zaretskii2024-02-171-7/+15
| | | | | This reverts commit 07a392f445eb21c5e4681027eee9d981300a4309. It was installed by mistake.
* Update to Org 9.6.19Kyle Meyer2024-02-171-15/+7
|
* Add cross-reference to ELisp manual CaveatsStefan Kangas2024-02-151-3/+3
| | | | | | * doc/lispref/intro.texi (Caveats): Add cross-reference to Emacs manual. Talking about "contributing code" makes little sense in a section about reporting mistakes in the ELisp manual, so skip that part.
* Minor Tramp doc adaptionMichael Albinus2024-02-141-2/+2
| | | | | | | * doc/misc/tramp.texi (Frequently Asked Questions): Be more precise with FIDO2 keys. * lisp/net/tramp.el: Adapt comments.