summaryrefslogtreecommitdiff
path: root/doc/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* ; * doc/emacs/sending.texi (Mail Aliases): Add some useful commands.Eli Zaretskii2023-08-261-0/+22
|
* Improve documentation of case transfer in replacement commandsEli Zaretskii2023-08-171-2/+23
| | | | | | | | * doc/emacs/search.texi (Replacement and Lax Matches): * src/search.c (Freplace_match): * lisp/replace.el (query-replace, query-replace-regexp): Clarify in the doc string and the manual how letter-case is transferred from the replaced text to the replacement text. (Bug#65347)
* ; * doc/emacs/mini.texi (Completion Commands): Fix a typo (bug#65242).Daniel Martín2023-08-121-1/+1
|
* ; * doc/emacs/dired.texi (Misc Dired Features): Fix last change.Eli Zaretskii2023-08-101-1/+1
|
* Fix the effects and documentation of 'dired-free-space'Eli Zaretskii2023-08-101-6/+11
| | | | | | | | | | | * lisp/dired.el (dired-free-space): Fix doc string and Custom tags. (dired--insert-disk-space): When 'dired-free-space' is 'separate', return the position of the beginning of the disk-space line, to be compatible with pre-Emacs 29 behavior under 'dired-hide-details-mode'. (Bug#65186) * doc/emacs/dired.texi (Misc Dired Features): Fix wording in documentation of 'dired-free-space'.
* ; Better documentation of HOME on MS-WindowsEli Zaretskii2023-07-301-1/+6
| | | | | | | * doc/emacs/custom.texi (Find Init): Add footnote about HOME on MS-Windows. (Bug#64871) (cherry picked from commit d59630e591cd49780e6554d1025c1879bb89680b)
* ; Minor documentation fixesEli Zaretskii2023-07-301-1/+1
| | | | | | | | | * src/character.c (Fstring_width): Doc fix. * doc/emacs/trouble.texi (Understanding Bug Reporting): Fix typo (bug#64854). (cherry picked from commit f6e4e77d23d0be79be83ef41c3ea9acd5c983af2)
* ; Fix last change.Eli Zaretskii2023-07-141-4/+4
|
* Improve documentation of 'enable-local-variables' in Emacs manualYugaEgo2023-07-141-3/+5
| | | | | * doc/emacs/custom.texi (Safe File Variables): Document ':all'. (Bug#64621)
* ; Fix documentation of minibuffer-completion commandsEli Zaretskii2023-07-031-6/+15
| | | | | * doc/emacs/mini.texi (Completion Commands): Index more keys and commands. (Bug#64425)
* ; Fix @xref in last change to doc/emacs/regs.texi.Basil L. Contovounesios2023-06-301-1/+1
|
* Improve documentation of registersEli Zaretskii2023-06-302-12/+19
| | | | | | | | | | | | | | | * doc/lispref/text.texi (Registers): Document buffers in registers. Mention "frameset" as another name for "frame configuration". * doc/emacs/regs.texi (Registers, Configuration Registers) (File and Buffer Registers): Clarify and improve wording. Add cross-references and indexing. (Configuration Registers): Rename the section to a more accurate name. (Bug#64354) * lisp/register.el (jump-to-register, point-to-register) (register-alist, frame-configuration-to-register): Doc fixes. (Bug#64353)
* ; * doc/emacs/package.texi (Fetching Package Sources): Fix typo (bug#64282).Eli Zaretskii2023-06-251-1/+1
|
* ; Fix typo in maintaining.texi (bug#64279)Eshel Yaron2023-06-251-1/+1
| | | | * doc/emacs/maintaining.texi (Log Buffer): Fix a typo.
* Fix documentation of comment-dwim (bug#64104)Eli Zaretskii2023-06-171-8/+11
| | | | | | | * lisp/newcomment.el (comment-dwim): Doc fix. * doc/emacs/programs.texi (Comment Commands): More accurate description of what 'M-;' does when there's no active region.
* Fix some Texinfo markup in manualsBasil L. Contovounesios2023-06-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): * doc/lispintro/emacs-lisp-intro.texi (condition-case): * doc/lispref/control.texi (pcase Macro): * doc/lispref/debugging.texi (Internals of Debugger): * doc/lispref/internals.texi (Building Emacs): * doc/lispref/modes.texi (Imenu): (Parser-based Font Lock, Parser-based Indentation): * doc/lispref/parsing.texi (Retrieving Nodes, Tree-sitter C API): * doc/lispref/processes.texi (Network, Bindat Types): * doc/lispref/searching.texi (Rx Functions): * doc/lispref/text.texi (Replacing): * doc/lispref/windows.texi (Textual Scrolling): * doc/misc/calc.texi (Killing From Stack, Customizing Calc): * doc/misc/cc-mode.texi (Misc Font Locking, List Line-Up): * doc/misc/ede.texi (ede-cpp-root-project) (ede-proj-target-makefile, ede-sourcecode): * doc/misc/ert.texi (Running Tests in Batch Mode): * doc/misc/eudc.texi (Emacs-only Configuration, The Server Hotlist): * doc/misc/eww.texi (Advanced): * doc/misc/flymake.texi (Starting Flymake) (Proc customization variables): * doc/misc/tramp.texi (File name completion): * doc/misc/gnus.texi (Summary Buffer Lines, Gnus Registry Setup) (Fancy splitting to parent, Customizing the IMAP Connection) (Mail Source Specifiers, Agent as Cache): Consistently mark up nil and t as @code. Also fix the markup and wording of some surrounding text (bug#64016). * doc/lispref/display.texi (SVG Images, Icons): * doc/lispref/modes.texi (Customizing Keywords): Prefer ASCII apostrophe over Unicode right single quotation mark.
* ; * doc/emacs/indent.texi (Indentation Commands): Fix last change.Eli Zaretskii2023-06-101-1/+1
|
* Mention indent-rigidly in the Emacs manualDaniel Martín2023-06-101-2/+2
| | | | | | * doc/emacs/indent.texi (Indentation Commands): Rewrite the first sentence of 'C-x TAB' to mention the command that it executes, and without using passive voice. (Bug#63997)
* ; Minor fixes in documentation of recently-changed VC commandsEli Zaretskii2023-05-261-3/+4
| | | | | | | | | | * lisp/vc/vc.el (vc-print-branch-log, vc-create-branch) (vc-create-tag, vc-retrieve-tag, vc-switch-branch): Doc fixes. * lisp/vc/vc-hooks.el (vc-menu-map): Minor wording change in :help text. * doc/emacs/maintaining.texi (VC Change Log, Creating Branches): Minor wording and markup changes.
* Add vc-create/switch/print-branch to menu and update documentation (bug#63690)Juri Linkov2023-05-251-1/+17
| | | | | | | | | | | | | * doc/emacs/maintaining.texi (VC Change Log): Add 'C-x v b l' (vc-print-branch-log). (Creating Branches): Add @kindex and @findex for vc-create-branch. (Switching Branches): Add @kindex and @findex for vc-switch-branch. * lisp/vc/vc-hooks.el (vc-menu-map): Add menu items for new commands vc-create-branch and vc-switch-branch, and also vc-print-branch-log. * lisp/vc/vc.el (vc-print-branch-log): Improve docstring.
* ; Improve documentation of Isearch command propertiesEli Zaretskii2023-05-232-17/+25
| | | | | | | * doc/emacs/display.texi (Scrolling): * doc/emacs/search.texi (Not Exiting Isearch): Improve documentation and indexing of 'scroll-command', 'isearch-scroll', and 'isearch-move' properties.
* Improve documentation of package-menu commandsEli Zaretskii2023-05-181-7/+12
| | | | | | | | | | | | | | | | | | | * doc/emacs/package.texi (Package Menu): Document that some package-menu filters accept lists of values interactively. * lisp/emacs-lisp/package.el (package-menu-execute) (package-menu-hide-package, package-menu-describe-package) (package-menu-mark-delete, package-menu-mark-install) (package-menu-mark-unmark, package-menu-backup-unmark) (package-menu-quick-help, package-menu-get-status) (package-menu--find-upgrades, package-menu-mark-upgrades) (package-menu-filter-by-archive) (package-menu-filter-by-description) (package-menu-filter-by-keyword) (package-menu-filter-by-name-or-description) (package-menu-filter-by-name, package-menu-filter-by-status) (package-menu-filter-by-version, package-menu-filter-marked) (package-menu-describe-package): Doc fixes.
* ; Improve and update documentation of built-in package upgradesEli Zaretskii2023-05-121-3/+47
| | | | | | | * doc/emacs/package.texi (Package Statuses, Package Menu) (Package Installation): * etc/NEWS: Document the options and caveats of upgrading built-in packages.
* ; Fix wording in Emacs manualEli Zaretskii2023-05-101-3/+3
| | | | | * doc/emacs/search.texi (Replacement and Lax Matches): Fix wording. (Bug#63398)
* ; Don't use literal non-ASCII characters in TexinfoEli Zaretskii2023-05-091-2/+2
| | | | | | * doc/emacs/mule.texi (Input Methods): Don't use non-ASCII characters in Texinfo sources, where Texinfo provides an ASCII command to insert it.
* Improve instructions for dealing with Emacs crashesEli Zaretskii2023-05-091-6/+28
| | | | | * doc/emacs/trouble.texi (Crashing): Show the variant of the 'addr2line' command for MS-Windows.
* Rename all functions called package-*-update-* to package-*-upgrade-*Dmitry Gutov2023-04-281-7/+7
| | | | | | | | | | | | * lisp/emacs-lisp/package-vc.el (package-vc-upgrade-all): Rename from 'package-vc-update-all'. (package-vc-upgrade): Rename from 'package-vc-update'. * lisp/emacs-lisp/package.el (package-upgrade): Rename from 'package-update' (bug#62750). (package--upgradeable-packages): Rename from 'package--updateable-packages'. (package-upgrade-all): Rename from 'package-update-all'.
* Improve Completion Example section in the Emacs manualSpencer Baugh2023-04-191-5/+13
| | | | | | | | This can be a useful substitute for full-on fuzzy completion, as provided by other completion styles and completion packages. * doc/emacs/mini.texi (Completion Example): Give an example of completion with point not at end of minibuffer. Also, use @kbd{@key{TAB}} when telling the user to hit TAB. (Bug#62836)
* Add index entry for fallback modesRobert Pluim2023-04-191-0/+1
| | | | | * doc/emacs/custom.texi (Specifying File Variables): Add index for 'fallback modes'.
* Add more documentation for the keys of `package-vc-selected-packages`.Earl Hyatt2023-04-121-0/+77
| | | | | | | | | | | * doc/emacs/package.texi (Specifying Package Sources): List the accepted keys in a new subsection of Fetching Package Sources. * lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Mention the `:doc` key. Add the `:doc` key to the Customize form, mention the new Info node, correct "TexInfo" to "Texinfo", avoid Git-specific terms for the description of `:branch`, mention guessing `:vc-backend` based on the URL.
* Improve documentation of image-related commandsEli Zaretskii2023-04-081-0/+93
| | | | | | | | | | | | | | * lisp/image.el (image-map): Make it inherit from 'image-slice-map' instead of repeating the bindings. * doc/emacs/files.texi (Image Mode): Document the key bindings set by 'insert-image'. Add indexing. * doc/lispref/display.texi (Showing Images): Make the description of user commands more concise. Add index entries and cross-reference to the Emacs manual. * etc/NEWS: Rearrange entries relevant to image commands.
* ; * doc/emacs/trouble.texi (Checklist): Minor grammar fix.Robert Pluim2023-04-031-1/+1
|
* ; * doc/emacs/trouble.texi (Checklist): Minor copyedits (bug#62320).Eli Zaretskii2023-04-011-4/+8
|
* Fix typo in section 14.1 of Emacs ManualShynur2023-03-311-1/+1
| | | | | | * doc/emacs/display.texi (Scrolling): Fix typo. (Bug#62569) Copyright-paperwork-exempt: yes
* Improve "Bugs" in the Emacs manualEli Zaretskii2023-03-231-297/+355
| | | | | | | * doc/emacs/trouble.texi (Bugs, Known Problems) (Understanding Bug Reporting, Checklist, Sending Patches) (Contributing, Coding Standards): Improve wording, structure, markup, and indexing. (Bug#62320)
* Fix the documentation of various aspects of adding Xref historyEli Zaretskii2023-03-171-5/+14
| | | | | | | | | | | | | | | | * lisp/progmodes/xref.el (xref-marker-ring-length) (xref-set-marker-ring-length): * lisp/progmodes/etags.el (tags-location-ring-length) (find-tag-marker-ring): Add doc strings saying the variables are unused. * etc/NEWS: Enhance the description of the change which made Xref marker stack unlimited in its length. * doc/emacs/maintaining.texi (Looking Up Identifiers): Add back text lost when xref forward history was added in bug#38797. Explain the difference between 'C-M-,' and 'M-.'. Improve wording (Bug#62229)
* Use 'package-vc-selected-packages' to store package specsPhilip Kaludercic2023-03-151-23/+0
| | | | | | | | | | | * doc/emacs/package.texi (Fetching Package Sources): Do not promote the usage of 'package-vc-selected-packages' to install packages. * lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Remove custom setter and change docstring according to these changes. (package-vc--desc->spec): Consult 'package-vc-selected-packages' for package specifications. (package-vc--unpack): Add unknown package specifications to 'package-vc-selected-packages'
* ; Remove 'ns-popup-font-panel' from documentationEli Zaretskii2023-03-121-7/+0
| | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): Remove the reference to 'ns-popup-font-panel'. (Bug#62130)
* Fix documentation of 'normal-mode' in buffers that don't visit filesEli Zaretskii2023-03-041-3/+6
| | | | | | | | * lisp/files.el (normal-mode): * lisp/subr.el (run-mode-hooks): * doc/emacs/modes.texi (Choosing Modes): Mention the caveat with 'normal-mode' in buffers not visiting files. (Bug#61925) * lisp/files.el (hack-local-variables): Doc fix.
* Fix description of 'desktop-save-mode'Eli Zaretskii2023-02-271-4/+6
| | | | | * doc/emacs/misc.texi (Saving Emacs Sessions): Adjust to changes in 'desktop-path'. Reported by Petteri Hintsanen <petterih@iki.fi>.
* ; Improve documentation of loading *.eln filesEli Zaretskii2023-02-261-12/+25
| | | | | | * doc/lispref/loading.texi (How Programs Do Loading): * doc/emacs/building.texi (Lisp Libraries): Some additional details about what happens with natively-compiled files.
* Improve documentation of VC commands, including in DiredEli Zaretskii2023-02-232-14/+49
| | | | | | | | | | | | * doc/emacs/dired.texi (Operating on Files): * doc/emacs/maintaining.texi (VC Change Log, VC Directory Mode) (Version Control, Basic VC Editing): Document VC command invocation from Dired buffers. Improve documentation of vc-log commands. * lisp/dired-aux.el (dired-vc-next-action): * lisp/vc/vc.el (vc-print-log, vc-log-search, vc-log-mergebase) (vc-log-view-type, vc-print-root-log, vc-next-action): Doc fixes.
* * doc/emacs/maintaining.texi: More mentions of marked files in Dired.Juri Linkov2023-02-231-3/+5
| | | | | (Basic VC Editing, Old Revisions, VC Change Log): Add more mentions of ability to include the marked files to the VC fileset in Dired (bug#61712).
* ; * doc/emacs/vc1-xtra.texi (Preparing Patches): Wording tweaks.Sean Whitton2023-02-221-4/+4
|
* ; * doc/emacs/anti.texi (Antinews): Adjust to latest changes.Eli Zaretskii2023-02-221-7/+8
|
* Explain effect of variable-pitch fonts on fill-columnEli Zaretskii2023-02-222-2/+11
| | | | | | | | | * doc/emacs/text.texi (Fill Commands): * doc/emacs/display.texi (Displaying Boundaries): * lisp/display-fill-column-indicator.el (display-fill-column-indicator-mode): Document caveats of using variable-pitch fonts with 'fill-column' and its indicator. (Bug#61677)
* Improve text about deleting windowsRobert Pluim2023-02-211-2/+2
| | | | | * doc/emacs/windows.texi (Change Window): Improve grammar around 'delete-window-choose-selected'.
* ; * doc/emacs/dired.texi (Image-Dired): Fix last change.Eli Zaretskii2023-02-191-3/+3
|
* More doc on image-dired-dired-* (bug#61624)Manuel Giraud2023-02-191-11/+25
| | | | | * doc/emacs/dired.texi (Image-Dired): Some fixes and more documentation about image-dired-dired-* commands.
* Minor improvements in c-ts-mode and docsEli Zaretskii2023-02-151-5/+8
| | | | | | | * lisp/progmodes/c-ts-mode.el (c-ts-base-mode-map): Add a binding for comment-region. * doc/emacs/programs.texi (C Indent): Mention "C-u TAB".