diff options
| author | Eli Zaretskii | 2025-05-03 06:26:31 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-03 06:26:31 -0400 |
| commit | 3bf5a1cda7c820c37553637236569121fe2c8367 (patch) | |
| tree | 1bb4af7eacb499964345d279e144bd07174f4c6e /etc | |
| parent | 02d6884537632f41d57edd8c0a03bc51795948c1 (diff) | |
| parent | 1f998d11a585a9915cc6e8b67050dc1bb9191107 (diff) | |
| download | emacs-3bf5a1cda7c820c37553637236569121fe2c8367.tar.gz emacs-3bf5a1cda7c820c37553637236569121fe2c8367.zip | |
Merge from origin/emacs-30
1f998d11a58 ; * doc/misc/ert.texi (erts files): Improve indexing.
52183c9596c ; * lisp/battery.el (battery-status-function): Doc fix.
dc3e79a80ee ; * etc/DEBUG: Grammar fix.
7d02ffe87b4 ; * lisp/international/mule.el (define-coding-system): Do...
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -541,7 +541,7 @@ related data structures in a terse and user-friendly format: | |||
| 541 | 'pgrow' dumps all glyphs in current glyph_row 'row'. | 541 | 'pgrow' dumps all glyphs in current glyph_row 'row'. |
| 542 | 'pcursor' dumps current output_cursor. | 542 | 'pcursor' dumps current output_cursor. |
| 543 | 543 | ||
| 544 | The above commands also exist in a version with an 'x' suffix which takes an | 544 | The above commands also exist in versions with an 'x' suffix which take an |
| 545 | object of the relevant type as argument. For example, 'pgrowx' dumps all | 545 | object of the relevant type as argument. For example, 'pgrowx' dumps all |
| 546 | glyphs in its argument, which must be of type 'struct glyph_row'. | 546 | glyphs in its argument, which must be of type 'struct glyph_row'. |
| 547 | 547 | ||