summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* ; * 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.
* ;; Fix typo in the Tramp documentationDaniel Martín2024-02-121-1/+1
|
* Tramp: Handle PIN requests from security keys (don't merge)Michael Albinus2024-02-091-3/+8
| | | | | | | | | | | | * doc/misc/tramp.texi (Frequently Asked Questions): Clarify FIDO entry. * lisp/net/tramp-sh.el (tramp-actions-before-shell) (tramp-actions-copy-out-of-band): Use `tramp-security-key-pin-regexp'. * lisp/net/tramp.el (tramp-security-key-pin-regexp): New defcustom. (tramp-action-otp-password, tramp-read-passwd): Trim password prompt. (tramp-action-show-and-confirm-message): Expand for PIN requests.
* * doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation.Juri Linkov2024-02-041-11/+14
| | | | | Update optional arguments 'predicate' and 'include-node' of 'treesit-node-top-level'.
* ; Fix last change in package.texiEli Zaretskii2024-01-281-5/+7
| | | | | | | * doc/lispref/package.texi (Multi-file Packages): Fix wording and markup. (Bug#65027) (cherry picked from commit 6d76e3991241905b0841effc6f8cd42394d9aa64)
* * doc/lispref/package.texi (Multi-file Packages): Document ".elpaignore".Jim Porter2024-01-281-0/+7
| | | | (cherry picked from commit 744a10a4d722a361bc21561b4162045e4ec97ed6)
* Fix description of when "\xNNN" is considered a unibyte characterEli Zaretskii2024-01-271-7/+8
| | | | | | * doc/lispref/objects.texi (Non-ASCII in Strings): More accurate description of when a hexadecimal escape sequence yields a unibyte character. (Bug#68751)
* Improve documentation of profiler commandsEli Zaretskii2024-01-241-4/+13
| | | | | * doc/lispref/debugging.texi (Profiling): Document more commands. Improve indexing. (Bug#68693)
* ; Fix xref under Output Overrides in Elisp manual.Basil L. Contovounesios2024-01-231-1/+1
|
* Fix broken links to Freedesktop notifications specBasil L. Contovounesios2024-01-231-1/+1
| | | | | | * doc/lispref/os.texi (Desktop Notifications): * lisp/notifications.el: Replace broken developer.gnome.org links with specifications.freedesktop.org (bug#67939).
* Sync with Tramp 2.6.3-pre (don't merge with master)Michael Albinus2024-01-202-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/tramp.texi (Obtaining @value{tramp}): Mention the ELPA Tramp manual. (Remote processes): Adapt index. * doc/misc/trampver.texi: * lisp/net/trampver.el (tramp-version): Set to "2.6.3-pre". * lisp/net/tramp.el (tramp-local-host-regexp): Extend. Adapt :version. (tramp-signal-process): PROCESS can also be a string. (tramp-skeleton-directory-files): * lisp/net/tramp-cache.el (with-tramp-saved-file-property) (with-tramp-saved-file-properties) (with-tramp-saved-connection-property) (with-tramp-saved-connection-properties): Use `setf' but `setq' in macro. * lisp/net/tramp-compat.el (tramp-compat-funcall): Declare debug. * lisp/net/tramp-crypt.el (tramp-crypt-file-name-p): Exclude lock files. (tramp-crypt-file-name-handler-alist): Use `identity' for `abbreviate-file-name'. (tramp-crypt-add-directory, tramp-crypt-remove-directory): Adapt docstrings. (tramp-crypt-cleanup-connection): New defun. Add it to `tramp-cleanup-connection-hook' * lisp/net/tramp.el (tramp-skeleton-file-name-all-completions): Handle "." and "..". * lisp/net/tramp-adb.el (tramp-adb-handle-file-name-all-completions): * lisp/net/tramp-fuse.el (tramp-fuse-handle-file-name-all-completions): * lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-name-all-completions): Remove special handling of "." an "..". * lisp/net/tramp-sh.el (tramp-pipe-stty-settings): New defcustom. (tramp-sh-handle-make-process): Use it. (Bug#62093) * test/lisp/net/tramp-tests.el (tramp-test18-file-attributes): Adapt test. (tramp-test31-signal-process): Extend.
* * doc/misc/gnus.texi (Summary Mail Commands): Fix command name.Michael Albinus2024-01-191-1/+1
|
* ; * doc/misc/gnus.texi (Scoring): Typo (bug#68581).Manuel Giraud2024-01-191-1/+1
|
* Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29Eli Zaretskii2024-01-135-1/+7
|\
| * Add @kindex in manuals for existing keybindings on 'C-x x/w' (bug#13167)Juri Linkov2024-01-135-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/buffers.texi (Misc Buffer): Add @kindex for 'C-x x r', 'C-x x u', 'C-x x i'. * doc/emacs/display.texi (Line Truncation): Add @kindex for 'C-x x t'. * doc/emacs/files.texi (Reverting): Add @kindex for 'C-x x g'. * doc/emacs/windows.texi (Change Window): Use new keybinding 'C-x w 0' instead of 'M-x delete-windows-on'. * doc/misc/info.texi (Create Info buffer): Add @kindex for 'C-x x n'.
* | Fix info-xref-testsEli Zaretskii2024-01-131-1/+1
|/ | | | | | | | * doc/lispintro/emacs-lisp-intro.texi (How let Binds Variables): Fix cross-reference. (Bug#68428) * test/lisp/info-xref-tests.el (info-xref-test-write-file): Fix test on MS-Windows when run from MSYS Bash.
* Improve documentation of 'emacs_function' in modulesEli Zaretskii2024-01-131-0/+9
| | | | | * doc/lispref/internals.texi (Module Functions): Warn about accessing the ARGS array in module functions.
* ; * doc/emacs/fixit.texi (Spelling): Fix last change.Eli Zaretskii2024-01-131-1/+1
|
* Improve documentation of Ispell commandsEli Zaretskii2024-01-121-4/+24
| | | | | * doc/emacs/fixit.texi (Spelling): Document "C-u M-$" and warn against modifications in recursive-edit. (Bug#14192)