Eli Zaretskii
eb11dae499
Improve documentation of column-related functions
...
* doc/lispref/text.texi (Primitive Indent, Columns):
* src/indent.c (Fcurrent_indentation, Fmove_to_column): Document
that column counting ignores invisible text. (Bug#56837)
2022-07-30 19:34:38 +03:00
Eli Zaretskii
31a6a37d45
Improve indexing of keymap variables
...
* doc/lispref/maps.texi (Standard Keymaps):
* doc/lispref/display.texi (Button Buffer Commands)
(Button Properties):
* doc/lispref/keymaps.texi (Translation Keymaps): Improve indexing
of keymaps. (Bug#56816)
2022-07-30 09:32:48 +03:00
Štěpán Němec
2c6a94c5b8
; Correct the meaning of "cf." in tips.texi
...
Cf. e.g. https://en.wiktionary.org/wiki/cf .
* doc/lispref/tips.texi (Documentation Tips): Correct the meaning of
"cf.".
2022-07-29 09:42:21 +02:00
Eli Zaretskii
ba54f7e39c
; * doc/lispref/windows.texi (Window Sizes): Another typo. (Bug#56811)
2022-07-28 12:56:44 +03:00
Eli Zaretskii
7990d0c36a
; * doc/lispref/windows.texi (Window Sizes): Fix a typo. (Bug#56811)
2022-07-28 12:29:07 +03:00
Lars Ingebrigtsen
05df70e755
Revert the `...' documentation back to actual usage
...
* doc/lispref/tips.texi (Documentation Tips): Document how `...'
is really used now (bug#55780). ‘...’ is not really used in the
Emacs sources.
(cherry picked from commit 1ed9c1c7f9 )
2022-07-28 10:16:09 +02:00
Arash Esbati
4ea1f6c7f8
; * doc/lispref/tips.texi (Documentation Tips): Fix typos. (Bug#56802)
2022-07-27 22:20:41 +03:00
Eli Zaretskii
a866674b2a
Fix inaccuracies in "lax search" documentation
...
* doc/emacs/search.texi (Lax Search): Update the examples of
character folding in search. (Bug#56747)
2022-07-25 14:49:23 +03:00
Eli Zaretskii
2529e82002
; * doc/lispref/functions.texi (Declare Form): Fix typo.
2022-07-23 12:56:00 +03:00
Eli Zaretskii
54c4ceb009
Update the documentation of 'declare' forms
...
* doc/lispref/compile.texi (Native-Compilation Variables): Mention
the 'declare' alternative for 'native-comp-speed'.
* doc/lispref/functions.texi (Declare Form): Document 'declare'
forms that were previously undocumented.
2022-07-23 12:54:07 +03:00
Eli Zaretskii
2b31e667be
;Improve documentation of locale-specific string comparison
...
* doc/lispref/strings.texi (Text Comparison): Mention the Unicode
collation rules and buffer-local case-tables.
2022-07-21 09:54:46 +03:00
Stefan Kangas
cb911febc6
; Fix typos
2022-07-19 14:13:25 +02:00
Michael Albinus
2209650089
Adapt Tramp version (don't merge)
...
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.3.28.2".
(customize-package-emacs-version-alist):
Add Tramp version integrated in Emacs 28.2.
2022-07-13 13:21:45 +02:00
Stefan Kangas
ba0871bef1
; Fix typos: prefer American spelling
2022-07-13 13:04:22 +02:00
Michael Albinus
e3e7f31faa
Adapt Tramp doc
...
* doc/misc/tramp.texi (Configuration): Mention enable-remote-dir-locals.
(Traces and Profiles): Fix tramp-verbose description.
* lisp/net/tramp.el (tramp-verbose): Fix docstring.
2022-07-13 13:00:30 +02:00
Stefan Kangas
a3dab1e621
Don't mention cl-cXXXr aliases in cl-lib manual
...
* doc/misc/cl.texi (Lists, List Functions, Efficiency Concerns): Don't
mention 'cl-cXXXr' compatibility aliases for built-in 'cXXXr'
functions. They shouldn't be used in new code.
2022-07-12 13:42:00 +02:00
Eli Zaretskii
84a5d47125
; Fix last change
...
* doc/lispref/compile.texi (Native-Compilation Variables): Explain
better what the value -1 of 'native-comp-speed' means.
2022-07-11 16:52:03 +03:00
Stefan Kangas
6b5d829d9d
Add index entry for "ignore case"
...
* doc/emacs/glossary.texi (Glossary): Add index entry for "ignore
case" pointing to "Case Folding".
2022-07-05 19:57:34 +02:00
Eli Zaretskii
41472f3b6c
Document 'jit-lock-debug-mode'
...
* doc/lispref/modes.texi (Other Font Lock Variables): Document
'jit-lock-debug-mode'.
2022-07-03 08:40:54 +03:00
Stefan Kangas
dc3cb749f3
Remove obsolete cust-print from elisp index
...
* doc/lispref/edebug.texi (Printing in Edebug): Remove obsolete
library "cust-print" from index.
2022-06-30 22:37:21 +02:00
Stefan Monnier
6f22631a63
* doc/emacs/buffers.texi (Indirect Buffers): Mention modification hook quirk
2022-06-29 13:41:59 -04:00
Michael Albinus
3d91d55432
Update Tramp version (don't merge with master)
...
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.3".
2022-06-29 11:08:44 +02:00
Basil L. Contovounesios
091b22cb12
Fix hash table function return values in manual
...
* doc/lispref/hash.texi (Hash Access): Reconcile documented return
values of puthash and clrhash with their respective
docstrings (bug#55562).
2022-06-28 10:03:53 +03:00
Stefan Kangas
1f6750b53a
Avoid treating number as an enum in the org manual
...
* doc/misc/org.org (The Agenda Dispatcher): Avoid treating number as
enum.
2022-06-24 19:18:50 +02:00
Stefan Kangas
a772c0b852
; Fix typos: prefer US spelling.
2022-06-23 22:03:50 +02:00
Eli Zaretskii
a3f294b37f
Improve last change in autotype.texi
...
* doc/misc/autotype.texi (Autoinserting): Fix wording. Suggested
by Richard Stallman <rms@gnu.org>.
2022-06-22 16:46:25 +03:00
Earl Hyatt
137539c125
Clarify autotype.texi text slightly
...
* doc/misc/autotype.texi (Autoinserting): Make text slightly
clearer (bug#56118).
2022-06-21 12:52:36 +02:00
Stefan Kangas
cf4c204df8
* doc/misc/eww.texi (Overview, Basics): Fix typos.
2022-06-20 11:09:18 +02:00
Lars Ingebrigtsen
024bbcb35e
Prune the Gnus FAQ of some outdated data
...
* doc/misc/gnus-faq.texi (FAQ 9-2): Remove some outdated advice
(bug#56042).
2022-06-17 21:38:30 +02:00
Lars Ingebrigtsen
c1f4cca7f0
Fix efaq-w32.texi build warning
...
* doc/misc/efaq-w32.texi (Other useful ports): Fix ordering to
match nodes (or should the nodes be moved instead?).
Do not merge to master.
2022-06-17 19:12:15 +02:00
Lars Ingebrigtsen
017bdb1611
Fix a tagging problem in tramp.texi
...
* doc/misc/tramp.texi (Frequently Asked Questions): Restore an
@end lisp removed by accident.
2022-06-17 14:20:05 +02:00
Lars Ingebrigtsen
e0bac17bbc
Mention face quirks after the final line in the lispref manual
...
* doc/lispref/display.texi (Face Attributes): Mention the quirks
about point after the final line (bug#56011).
2022-06-17 14:18:20 +02:00
Stefan Kangas
ad74677cf3
Delete reference to obsolete library complete.el
...
* doc/misc/tramp.texi (Frequently Asked Questions): Delete reference
to obsolete library complete.el.
2022-06-17 12:04:48 +02:00
Arash Esbati
b0c5accb99
Update MS Windows FAQ for MinGW64-w64/MSYS2
...
* doc/misc/efaq-w32.texi (Compiling, Debugging): Mention
MinGW64-w64/MSYS2 as the preferred way for building Emacs on
capable systems.
(Attachments with Gnus): Catch up with emacs-mime.texi in the
example given.
(Spell check): Add the availability of GNU Aspell and Hunspell
in MSYS2 distribution.
(Other useful ports): Add an entry for MinGW64-w64/MSYS2.
Fix link for MinGW homepage.
Remove entry for defunct UWIN project. (Bug#55930)
2022-06-16 10:19:16 +03:00
Stefan Kangas
d6f080d3de
; * doc/man/etags.1: Bump man page date.
2022-06-12 13:47:57 +02:00
Eli Zaretskii
0705705ebf
Improve documentation of "etags -I"
...
* doc/man/etags.1:
* doc/emacs/maintaining.texi (Create Tags Table): Elaborate on the
importance of the '-I' option to 'etags'. (Bug#45246)
2022-06-10 10:06:06 +03:00
Lars Ingebrigtsen
22a832ad82
Mention the #f syntax from cl-prin1
...
* doc/lispref/objects.texi (Special Read Syntax): Mention #f,
which is in cl-prin1 output (bug#55853).
2022-06-09 15:22:21 +02:00
Stefan Kangas
9a4862a973
* doc/misc/org.org: Remove spurious markup.
2022-06-08 13:16:32 +02:00
Eli Zaretskii
3ea9357d10
Update documentation of 'aset' and 'store-substring'
...
* doc/lispref/strings.texi (Modifying Strings): Adjust to
implementation changes: it is possible for the modified string to
have fewer or more bytes than the original. Add recommendations
regarding unibyte vs multibyte strings and characters. (Bug#55801)
2022-06-05 11:28:10 +03:00
Eli Zaretskii
92c5faafd7
Clarify documentation of 'string-to-unibyte'
...
* doc/lispref/nonascii.texi (Converting Representations): Clarify
what 'string-to-unibyte' does. Reported by Richard Hansen
<rhansen@rhansen.org>. (Bug#55777)
2022-06-04 10:06:43 +03:00
Lars Ingebrigtsen
a95d46e00f
Make it explicit that a couple of _s in lispref are underscores
...
* doc/lispref/strings.texi (Custom Format Strings):
* doc/lispref/control.texi (pcase Macro): Make it explicit that
it's an underscore (bug#55742).
2022-06-01 17:56:45 +02:00
Eli Zaretskii
5c74c25123
Remove from FAQ the MS-Windows info about BDF fonts
...
* doc/misc/efaq.texi (How to add fonts): Remove the MS-Windows
specific steps, as BDF fonts are no longer supported on
MS-Windows. (Bug#55740)
2022-05-31 20:20:07 +03:00
Ikumi Keita
edb48646f2
Fix Display Property manual example
...
* doc/lispref/display.texi (Display Property): Fix syntax of
example (bug#55736).
Copyright-paperwork-exempt: yes
2022-05-31 13:20:00 +02:00
Eli Zaretskii
fff770fb97
Fix a bad cross-reference in elisp.pdf
...
* doc/lispref/control.texi (pcase Macro): Fix a conditional
cross-reference (bug#55689).
2022-05-28 11:51:15 +03:00
Eli Zaretskii
ebea3415b0
Fix documentation of 'string-pad'
...
* doc/lispref/strings.texi (Creating Strings): Fix description of
'string-pad'. (Bug#55688)
2022-05-28 10:55:01 +03:00
Juri Linkov
d3cde28b03
Fix more occurrences of renamed kmacro-keymap command
...
* doc/emacs/kmacro.texi (Basic Keyboard Macro): Fix documentation
after recent kmacro-redisplay command name change.
2022-05-27 10:32:56 +03:00
Štěpán Němec
a9f17ccce3
; Fix some doc typos and minor language issues
2022-05-26 10:29:10 +02:00
Eli Zaretskii
d5ccf2621a
; Fix last change
...
* doc/emacs/sending.texi (Mail Methods): Fix indexing and markup.
(Bug#55569)
2022-05-22 11:17:23 +03:00
Damien Cassou
f1c1fd7184
Improve documentation of mail-user-agent.
...
* doc/emacs/sending.texi (Mail Methods):
* lisp/simple.el (mail-user-agent): Mention additional options
of non-bundled MUA. (Bug#5569)
2022-05-22 11:14:00 +03:00
Arash Esbati
9e7c0cf57d
Remove mention of removed nnimap-nov-is-evil variable
...
* doc/misc/gnus.texi (Slow/Expensive Connection): Remove mention
of removed nnimap-nov-is-evil variable (bug#55556).
2022-05-21 13:32:44 +02:00