| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
* doc/lispref/display.texi (Face Attributes): Rearrange
description of ':box' attributes. Suggested by Arash Esbati
<arash@gnu.org>. (Bug#67713)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
| |
* doc/lispintro/emacs-lisp-intro.texi (Small buffer case): Drop
trailing unmatched parenthesis. (Bug#67576)
Copyright-paperwork-exempt: yes
|
| |
|
|
|
|
|
| |
* doc/lispintro/emacs-lisp-intro.texi (Optional Arguments): Fix
indentation in an example. (Bug#67559)
Copyright-paperwork-exempt: yes
|
| |
|
|
|
|
| |
* 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): Mention
'write-region'. (Bug#67313)
|
| |
|
|
|
|
| |
* 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): Expand
description of 'with-current-buffer'. (Bug#67521)
Copyright-paperwork-exempt: yes
|
| |
|
|
|
| |
* doc/emacs/custom.texi (Init Rebinding): Fix syntax of example.
Reported by silarakta <silarakta@protonmail.com>. (Bug#67474)
|
| | |
|
| |
|
|
|
|
| |
* doc/misc/tramp.texi (Frequently Asked Questions):
* lisp/net/tramp.el (tramp-security-key-confirm-regexp):
Mention also Titankey.
|
| |
|
|
|
|
|
|
| |
* doc/misc/dbus.texi (Register Objects): Adapt doc of
dbus-unregister-service.
* test/lisp/net/dbus-tests.el (dbus--test-register-service):
Extend test.
|
| |
|
|
|
| |
* doc/emacs/misc.texi (Saving Emacs Sessions): Mention saving
minibuffer history via desktop.el.
|
| |
|
|
|
| |
* doc/lispref/tips.texi (Documentation Tips): Clarify the good
style of descriptions in doc strings.
|
| |
|
|
|
|
| |
* doc/emacs/display.texi (Visual Line Mode):
* doc/emacs/basic.texi (Continuation Lines, Moving Point): Mention
"visual line". (Bug#67382)
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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): Document that --script
and -x ignore file-local variables. (Bug#67321)
|
| | |
|
| |
|
|
|
| |
* doc/lispintro/emacs-lisp-intro.texi (Lisp macro): Improve
wording in description of 'unless'. (Bug#67185)
|
| | |
|
| | |
|
| |
|
|
|
| |
* doc/lispref/tips.texi (Documentation Tips): Clarify "important
arguments". (Bug#67217)
|
| |
|
|
|
| |
* doc/lispref/control.texi (pcase Macro, Backquote Patterns):
Improve cross-references.
|
| |
|
|
|
|
| |
* doc/lispref/tips.texi (Documentation Tips, Coding Conventions)
(Key Binding Conventions, Programming Tips, Compilation Tips)
(Warning Tips, Comment Tips, Library Headers): Improve indexing.
|
| |
|
|
| |
Reported by Alfie John <alfie@rustjobs.com>.
|
| | |
|
| |
|
|
|
|
|
|
| |
* 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/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.
|
| |
|
|
|
| |
* lisp/treesit.el (treesit-simple-indent-presets): Fix docstring.
* doc/lispref/modes.texi (Parser-based Indentation): Fix example.
|
| | |
|
| |
|
|
|
| |
* doc/lispref/tips.texi (Library Headers): Update the description
of the 'Package-Requires' header. (Bug#66677)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* doc/misc/eglot.texi (JSONRPC objects in Elisp): Correct the
example. (Bug#66569)
Copyright-paperwork-exempt: yes
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/
|
| | |
|