aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2023-12-101-1/+1
|
* ; Fix typos in ChangeLog filesStefan Kangas2023-12-102-3/+3
|
* ; Minor copyedits in description of ':box' face propertyEli Zaretskii2023-12-091-7/+7
| | | | | | * doc/lispref/display.texi (Face Attributes): Rearrange description of ':box' attributes. Suggested by Arash Esbati <arash@gnu.org>. (Bug#67713)
* ; * doc/lispref/processes.texi (Network): Fix wording and punctuation.Eli Zaretskii2023-12-091-13/+15
|
* ; * doc/lispref/files.texi (Changing Files): Fix last change.Eli Zaretskii2023-12-041-4/+4
|
* Don't claim to signal an error when deleting a nonexisting file.Philipp Stephani2023-12-041-3/+4
| | | | | | | | | The behavior has changed in commit 1a65afb7ecc2a52127d6164bad19313440237f9d to no longer signal an error on ENOENT. * doc/lispref/files.texi (Changing Files): Fix documentation about error reporting.
* ; Fix typosStefan Kangas2023-12-038-15/+15
|
* Drop extra parenthesis in example code in Emacs Lisp IntroductionXiyue Deng2023-12-021-2/+2
| | | | | | | * doc/lispintro/emacs-lisp-intro.texi (Small buffer case): Drop trailing unmatched parenthesis. (Bug#67576) Copyright-paperwork-exempt: yes
* Fix example code in Emacs Lisp Introduction manualXiyue Deng2023-12-011-6/+6
| | | | | | | * doc/lispintro/emacs-lisp-intro.texi (Optional Arguments): Fix indentation in an example. (Bug#67559) Copyright-paperwork-exempt: yes
* Fix example in Emacs Lisp Intro manualEli Zaretskii2023-12-011-4/+5
| | | | | | * doc/lispintro/emacs-lisp-intro.texi (beginning-of-buffer opt arg): Fix indentation in example. Reported by Xiyue Deng <manphiz@gmail.com>. (Bug#67560)
* ; * doc/emacs/files.texi (Save Commands): Fix last change.Eli Zaretskii2023-12-011-2/+2
|
* Elisp manual: Mention 'write-region' for saving the bufferJeremy Bryant2023-12-011-0/+4
| | | | | * doc/emacs/files.texi (Save Commands): Mention 'write-region'. (Bug#67313)
* Document, that PROCESS of signal-process can be a stringMichael Albinus2023-11-301-0/+3
| | | | | | * doc/lispref/processes.texi (Signals to Processes) [signal-process]: * src/process.c (Fsignal_process): Document, that PROCESS can be a string.
* ; * doc/lispintro/emacs-lisp-intro.texi (copy-to-buffer): Fix last change.Eli Zaretskii2023-11-291-3/+3
|
* Add more text to clarify the behavior of 'with-current-buffer'Xiyue Deng2023-11-291-1/+5
| | | | | | | * doc/lispintro/emacs-lisp-intro.texi (copy-to-buffer): Expand description of 'with-current-buffer'. (Bug#67521) Copyright-paperwork-exempt: yes
* Fix example in Emacs user manualEli Zaretskii2023-11-271-2/+2
| | | | | * doc/emacs/custom.texi (Init Rebinding): Fix syntax of example. Reported by silarakta <silarakta@protonmail.com>. (Bug#67474)
* ; Fix typo in Gnus manual (bug#67469).Daniel Martín2023-11-271-1/+1
|
* Mention Titankey in Tramp, which has passed the testsMichael Albinus2023-11-271-1/+1
| | | | | | * doc/misc/tramp.texi (Frequently Asked Questions): * lisp/net/tramp.el (tramp-security-key-confirm-regexp): Mention also Titankey.
* Extend D-Bus doc and testMichael Albinus2023-11-241-0/+3
| | | | | | | | * doc/misc/dbus.texi (Register Objects): Adapt doc of dbus-unregister-service. * test/lisp/net/dbus-tests.el (dbus--test-register-service): Extend test.
* ; Improve documentation of desktop.el in user manualEli Zaretskii2023-11-231-1/+4
| | | | | * doc/emacs/misc.texi (Saving Emacs Sessions): Mention saving minibuffer history via desktop.el.
* ; Improve function documentation tipsEli Zaretskii2023-11-231-1/+6
| | | | | * doc/lispref/tips.texi (Documentation Tips): Clarify the good style of descriptions in doc strings.
* Mention "visual line" in user manualEli Zaretskii2023-11-232-14/+18
| | | | | | * doc/emacs/display.texi (Visual Line Mode): * doc/emacs/basic.texi (Continuation Lines, Moving Point): Mention "visual line". (Bug#67382)
* ; * doc/lispref/minibuf.texi (Programmed Completion): Improve indexing.Eli Zaretskii2023-11-231-0/+3
|
* Fix 'with-sqlite-transaction' when BODY failsEli Zaretskii2023-11-211-1/+5
| | | | | | | | | | * lisp/sqlite.el (with-sqlite-transaction): Don't commit changes if BODY errors out. Roll back the transaction if committing fails. (Bug#67142) * etc/NEWS: * doc/lispref/text.texi (Database): Document the error handling in 'with-sqlite-transaction'.
* ; * doc/emacs/cmdargs.texi (Initial Options): Fix last change.Eli Zaretskii2023-11-211-6/+4
|
* ; Mention that -x and --script ignore file-localsEli Zaretskii2023-11-211-1/+6
| | | | | * doc/emacs/cmdargs.texi (Initial Options): Document that --script and -x ignore file-local variables. (Bug#67321)
* ; * doc/emacs/search.texi (Special Isearch): More accurate text.Eli Zaretskii2023-11-201-2/+5
|
* Fix wording in ELisp Intro manualRichard Stallman2023-11-191-5/+6
| | | | | * doc/lispintro/emacs-lisp-intro.texi (Lisp macro): Improve wording in description of 'unless'. (Bug#67185)
* ; * doc/lispref/debugging.texi (Debugging): Add cross-references.Eli Zaretskii2023-11-171-2/+3
|
* ; doc/lispref/debugging.texi: Add reference to Profiler docs (bug#67236).Ihor Radchenko2023-11-171-0/+1
|
* ; Clarify wording about arguments in doc stringsEli Zaretskii2023-11-171-5/+5
| | | | | * doc/lispref/tips.texi (Documentation Tips): Clarify "important arguments". (Bug#67217)
* ; Improve cross-references in description of 'pcase'Eli Zaretskii2023-11-161-1/+6
| | | | | * doc/lispref/control.texi (pcase Macro, Backquote Patterns): Improve cross-references.
* ; Improve indexing in ELisp manualEli Zaretskii2023-11-161-0/+9
| | | | | | * doc/lispref/tips.texi (Documentation Tips, Coding Conventions) (Key Binding Conventions, Programming Tips, Compilation Tips) (Warning Tips, Comment Tips, Library Headers): Improve indexing.
* ; * doc/misc/eglot.texi (Eglot Commands): Fix typos (bug#67159).Eli Zaretskii2023-11-141-3/+3
| | | | Reported by Alfie John <alfie@rustjobs.com>.
* Typofix in the doc/lispref/modes.texiZajcev Evgeny2023-11-141-1/+1
|
* Improve documentation of read syntax and printed representationEli Zaretskii2023-11-111-2/+27
| | | | | | | | * doc/lispref/objects.texi (Syntax for Strings): Describe in more detail how to specify special characters in string literals. (Printed Representation, Character Type, Nonprinting Characters): Improve information and add cross-references about printed representation and read syntax. (Bug#67033)
* ; * doc/lispref/modes.texi (Other Font Lock Variables): Add link.Eli Zaretskii2023-11-111-1/+3
|
* Improve documentation of signaling errors in batch modeEli Zaretskii2023-11-093-23/+63
| | | | | | | | | | | | * doc/lispref/control.texi (Signaling Errors) (Processing of Errors): * doc/lispref/os.texi (Batch Mode): * doc/lispref/debugging.texi (Invoking the Debugger): * lisp/emacs-lisp/debug.el (debug): * src/eval.c (Fsignal): * lisp/subr.el (error): Document more prominently that signaling an unhandled error in batch mode kills Emacs. Better documentation of backtrace in batch mode.
* Fix treesit-simple-indent-presets docstring (bug#67007)Yuan Fu2023-11-081-1/+1
| | | | | * lisp/treesit.el (treesit-simple-indent-presets): Fix docstring. * doc/lispref/modes.texi (Parser-based Indentation): Fix example.
* Update to Org 9.6.11Kyle Meyer2023-11-051-5/+5
|
* Fix description of 'Package-Requires' library headerEli Zaretskii2023-11-041-0/+15
| | | | | * doc/lispref/tips.texi (Library Headers): Update the description of the 'Package-Requires' header. (Bug#66677)
* ; * doc/misc/tramp.texi (FUSE setup): Fix typo.Michael Albinus2023-10-311-1/+1
|
* ; Fix typoMichael Albinus2023-10-261-1/+1
|
* * doc/misc/tramp.texi (Traces and Profiles): Fix indentation. (don't merge)Michael Albinus2023-10-261-14/+14
|
* * doc/misc/tramp.texi (Traces and Profiles): Fix indentation. (Don't merge)Michael Albinus2023-10-251-13/+16
|
* Fix eglot.texi (JSONRPC objects in Elisp) exampleMatthew Woodcraft2023-10-251-5/+5
| | | | | | | * doc/misc/eglot.texi (JSONRPC objects in Elisp): Correct the example. (Bug#66569) Copyright-paperwork-exempt: yes
* * doc/man/emacsclient.1: Fix --tramp option.Michael Albinus2023-10-251-2/+2
|
* ; Fix broken links to gmane.orgStefan Kangas2023-10-241-2/+2
|
* Change news.gmane.org to news.gmane.ioStefan Kangas2023-10-241-8/+8
| | | | | | | | | | | | | | | * admin/notes/emba: * doc/misc/gnus.texi (Group Parameters) (Non-ASCII Group Names, Filling In Threads) (Selection Groups, Spam Package Configuration Examples) (Terminology): * lisp/gnus/gnus-group.el (gnus-useful-groups): * lisp/gnus/gnus-sum.el (gnus-fetch-old-headers): * lisp/gnus/spam-report.el (spam-report-gmane-use-article-number) (spam-report-gmane-internal): * test/lisp/gnus/gnus-group-tests.el (gnus-short-group-name): Change news.gmane.org to news.gmane.io. Ref: https://news.gmane.io/
* ; * doc/misc/gnus.texi: Fix unmatched quote in gnus doc. (Bug#66710)Lin Sun2023-10-231-1/+1
|