| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* 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/files.texi (Visiting):
* doc/lispref/processes.texi (Filter Functions, Sentinels): Fix
markup and punctuation. Reported by Andrés Ramírez
<rrandresf@hotmail.com>.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
| |
* doc/lispref/display.texi (Fontsets):
* src/fontset.c (Fset_fontset_font): Doc fix (bug#70993).
|
| |
|
|
|
|
|
| |
* doc/lispref/frames.texi (Finding All Frames): Document
'filtered-frame-list'.
|
|
|
|
|
|
| |
* doc/lispref/control.texi (Combining Conditions):
* doc/lispref/lists.texi (List-related Predicates): Clarify
wording of 'not' vs 'null'. (Bug#70392)
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* doc/lispref/minibuf.texi (Text from Minibuffer): Document the
default value of 'minibuffer-allow-text-properties'.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
In the description of 'tabulated-list-format' document
the missing value 'props' that was added long ago.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
Update optional arguments 'predicate' and 'include-node'
of 'treesit-node-top-level'.
|
|
|
|
|
|
|
| |
* doc/lispref/package.texi (Multi-file Packages): Fix wording and
markup. (Bug#65027)
(cherry picked from commit 6d76e3991241905b0841effc6f8cd42394d9aa64)
|
|
|
|
| |
(cherry picked from commit 744a10a4d722a361bc21561b4162045e4ec97ed6)
|
|
|
|
|
|
| |
* doc/lispref/objects.texi (Non-ASCII in Strings): More accurate
description of when a hexadecimal escape sequence yields a unibyte
character. (Bug#68751)
|
|
|
|
|
| |
* doc/lispref/debugging.texi (Profiling): Document more commands.
Improve indexing. (Bug#68693)
|
| |
|
|
|
|
|
|
| |
* doc/lispref/os.texi (Desktop Notifications):
* lisp/notifications.el: Replace broken developer.gnome.org links
with specifications.freedesktop.org (bug#67939).
|
|
|
|
|
| |
* doc/lispref/internals.texi (Module Functions): Warn about
accessing the ARGS array in module functions.
|
|
|
|
| |
* doc/lispref/strings.texi (String Basics): Fix typo (bug#68375).
|
|
|
|
|
|
|
|
|
| |
It looks like there are actually three kinds of no-op functions.
* doc/lispref/functions.texi (Calling Functions): Fix count and
plural of no-op functions.
Copyright-paperwork-exempt: yes
|
|
|
|
|
|
|
| |
* doc/lispref/symbols.texi (Shorthands): Wrap `@pxref{Abbrevs}' in
parentheses.
Copyright-paperwork-exempt: yes
|
|
|
|
|
|
|
| |
* doc/lispref/buffers.texi (Buffer List):
* doc/lispref/windows.texi (Choosing Window): Add caveats for
calling 'buffer-match-p' too early, when CONDITION is
'derived-mode' or 'major-mode'. (Bug#68081)
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit 9874561f39e62c1c9fada6c2e013f93d9ea65729.
See bug#67990. Basically our original code is correct, the error is
in libtree-sitter, which only manifests in certain cases.
https://github.com/tree-sitter/tree-sitter/pull/2104
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode-menu)
(emacs-lisp-native-compile, emacs-lisp-native-compile-and-load):
Doc fixes.
* doc/lispref/compile.texi (Native-Compilation Functions):
Document 'emacs-lisp-native-compile' and
'emacs-lisp-native-compile-and-load'.
|
|
|
|
|
| |
* doc/lispref/text.texi (Text Properties): Mention special
handling of text properties while yanking.
|
| |
|
|
|
|
|
|
|
| |
* doc/lispref/functions.texi (Function Documentation): Add examples.
(Bug#67499)
Co-authored-by: Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
| |
* doc/lispref/variables.texi (Multisession Variables): Fix symbol
name. (Bug#67823)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
So turns out ts_node_field_name_for_child takes a named node index,
but we were passing it normal index that counts both named and
anonymous nodes. That's what makes the field name all wrong in
treesit explorer.
* doc/lispref/parsing.texi:
(Accessing Node Information): Update docstring.
* lisp/treesit.el (treesit-node-index): Add some unrelated comment.
(treesit-node-field-name): Get named node index rather than all node
index.
* src/treesit.c (Ftreesit_node_field_name_for_child): Update
docstring, use ts_node_named_child_count.
|
|
|
|
|
|
| |
* 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/lispref/processes.texi (Signals to Processes) [signal-process]:
* src/process.c (Fsignal_process): Document, that PROCESS can be a
string.
|
|
|
|
|
| |
* doc/lispref/tips.texi (Documentation Tips): Clarify the good
style of descriptions in doc strings.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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/lispref/tips.texi (Documentation Tips): Clarify "important
arguments". (Bug#67217)
|
|
|
|
|
| |
* doc/lispref/control.texi (pcase Macro, Backquote Patterns):
Improve cross-references.
|