Stefan Kangas
e6c72aec9d
; Fix typos
2024-08-29 00:17:10 +02:00
Stefan Kangas
aa6ed7f67e
Fix copyright years by hand (Bug#72809)
...
These are dates that admin/update-copyright did not update.
2024-08-26 02:50:24 +02:00
Eli Zaretskii
4eaab54896
; * doc/lispref/display.texi (Low-Level Font): Fix wording (bug#72771).
2024-08-25 20:47:51 +03:00
Eli Zaretskii
52829bcee6
; Fix bad references to other manuals
...
* doc/misc/bovine.texi (top, Optional Lambda Expression)
(Starting Rules, Bovine Grammar Rules, How Lexical Tokens Match):
* doc/misc/eudc.texi (Overview, Creating BBDB Records)
(Inline Query Expansion):
* doc/misc/dbus.texi (Top):
* doc/misc/efaq.texi (Top):
* doc/misc/wisent.texi (Wisent Semantic, Wisent Lex): Fix
cross-references to other manuals. Remove redundant pointers from
Top node. (Bug#72761)
(cherry picked from commit 7319f5e078 )
2024-08-25 13:59:22 +03:00
Andrea Corallo
8ccc165f95
* doc/man/emacsclient.1: Bump date.
2024-08-20 22:46:40 +02:00
Eli Zaretskii
fc7581ae2e
; Fix documentation of secure-hash functions
...
* src/fns.c (Fsecure_hash):
* doc/lispref/text.texi (Checksum/Hash):
* lisp/subr.el (sha1): Fix documentation wrt to the number of
bytes 'secure-hash' and its variants return when BINARY is
non-nil. Reported by Pip Cet <pipcet@protonmail.com>.
2024-08-19 17:51:50 +03:00
Eli Zaretskii
6a512ab032
Fix a typo in Eglot manual
...
* doc/misc/eglot.texi (Eglot and Buffers): Fix typo. Patch by
david edmonds <edmonds.david.a@gmail.com>. (Bug#72634)
2024-08-17 13:07:56 +03:00
Eli Zaretskii
e966dd5ee2
Document spell-checking of multiple languages
...
* doc/emacs/fixit.texi (Spelling): Document spell-checking
multi-lingual text with Hunspell.
2024-08-17 11:44:35 +03:00
Eli Zaretskii
3fc1635783
; * doc/lispref/strings.texi (Text Comparison): Improve indexing.
2024-08-16 14:05:20 +03:00
Eli Zaretskii
4f3e8c3b4e
Improve documentation of ERT
...
* doc/misc/ert.texi (Running Tests Interactively)
(Test Selectors):
* lisp/emacs-lisp/ert.el (ert-select-tests)
(ert-run-tests-interactively, ert-run-tests-batch): Improve and
clarify the documentation of the main ERT functions.
2024-08-15 11:30:48 +03:00
Arash Esbati
505139e0ba
Fix project-dired keybinding in manual
...
* doc/emacs/maintaining.texi (Project File Commands): Fix the
keybinding for `project-dired'. (Bug#72581)
2024-08-14 19:16:37 +02:00
Eli Zaretskii
9bedb957be
Improve documentation of time-parsing functions
...
* doc/lispref/os.texi (Time Parsing):
* lisp/calendar/iso8601.el (iso8601-parse):
* lisp/calendar/parse-time.el (parse-time-string): Document that
these functions don't care about the distinction between local
time and UTC. (Bug#72570)
2024-08-14 11:35:48 +03:00
Po Lu
c49724b964
; Grammar fixes
...
* doc/misc/erc.texi (Connecting):
* lisp/erc/erc.el (erc-compute-server, erc-compute-nick)
(erc-compute-full-name, erc-compute-port): Replace "a number of
increasingly more" with an alternative more grammatical.
2024-08-12 08:10:36 +08:00
Eli Zaretskii
a0406f7c12
; Improve documentation of 'add-to-list'
...
* doc/lispref/lists.texi (List Variables):
* lisp/subr.el (add-to-list): Add/clarify caveats of using
'add-to-list'.
2024-08-09 08:45:30 +03:00
Eli Zaretskii
a577eccdbb
; * doc/lispref/strings.texi (String Conversion): Fix last change.
2024-08-08 11:41:52 +03:00
Ulrich Müller
d22e52375a
Remove manual entry for string-to-int
...
* doc/lispref/strings.texi (String Conversion): Remove mention of
'string-to-int' which was dropped in Emacs 26. (Bug#72520)
2024-08-08 08:07:31 +02:00
Ulrich Müller
4dc9e99349
Update description of string comparison functions
...
* doc/lispref/strings.texi (Text Comparison): Swap descriptions of
'string-equal' (the function) and 'string=' (its alias). Same for
'string-lessp' and 'string<'. Document 'string>'. (Bug#72486)
* doc/lispref/sequences.texi (Sequence Functions): Update cross
reference to 'string-lessp'.
2024-08-06 18:04:46 +02:00
Eli Zaretskii
158835668d
; * doc/lispref/modes.texi (Mode Line Data): Fix formatting.
2024-07-27 15:56:47 +03:00
Eli Zaretskii
5c08cd4e7c
; * doc/emacs/cmdargs.texi (Initial Options): Fix last change.
2024-07-26 16:11:16 +03:00
Eli Zaretskii
87389f9ff9
; Improve documentation of 'line-prefix' and 'wrap-prefix'.
...
* doc/lispref/text.texi (Special Properties): Spell out more
accurately how 'line-prefix' and 'wrap-prefix' properties should
be set.
2024-07-26 14:56:14 +03:00
Eli Zaretskii
268a2d10fc
Improve documentation of '--init-directory' command-line option.
...
* doc/emacs/custom.texi (Find Init):
* doc/emacs/cmdargs.texi (Initial Options): More accurate and
detailed description of what '--init-directory' does and how it
affects the Emacs session. Add index entries and cross-references
as needed. (Bug#72294)
2024-07-26 09:14:43 +03:00
Stefan Kangas
a799661566
Standardize possessive apostrophe usage in manuals, docs, and comments
...
See the note in admin/notes/documentation.
Ref: https://lists.gnu.org/r/emacs-devel/2012-02/msg00649.html
2024-07-25 03:35:18 +02:00
Eli Zaretskii
cb633820c1
; * doc/misc/use-package.texi (Getting Started): Fix wording.
2024-07-24 14:01:01 +03:00
Stefan Kangas
05629d3af0
Delete redundant "a.k.a." in use-package.texi
...
* doc/misc/use-package.texi (Getting Started): Delete redundant
acronym "a.k.a.". (Bug#66350)
2024-07-23 23:32:56 +02:00
Stefan Kangas
c7609464f7
Document (use-package 'emacs) declarations
...
* doc/misc/use-package.texi (The @code{emacs} package): New
node. (Bug#66350)
2024-07-23 15:16:27 +02:00
Stefan Kangas
c1382257aa
; Fix typo in use-package.texi
...
* doc/misc/use-package.texi (Getting Started): Fix typo.
Problem reported by GitHub user Paul Jensen (psnj) in:
https://github.com/jwiegley/use-package/pull/1070/
2024-07-22 18:07:29 +02:00
Stefan Kangas
9b426e15ab
Correctly typeset nil and t in texinfo
...
* doc/emacs/package.texi (Fetching Package Sources):
* doc/lispref/display.texi (Image Descriptors):
* doc/lispref/windows.texi (Buffer Display Action Alists):
* doc/misc/gnus-faq.texi (FAQ 5-4): Correctly typeset nil and t.
2024-07-22 10:14:51 +02:00
Stefan Kangas
00adee897a
; Fix punctuation in docs
2024-07-21 17:35:13 +02:00
James Thomas
ea30ffc52b
; * doc/misc/gnus.texi (Agent Caveats): Fix doc
...
* doc/misc/gnus.texi (Agent Caveats): Change doc due to commit
2020-10-16 "Add a new variable to control Gnus Agent caching"
(41d220dc60 , bug#43356). (Bug#72134)
2024-07-20 11:58:20 +03:00
Stefan Kangas
55110d1fda
Document GNU ELPA copyright in tips.texi
...
* doc/lispref/tips.texi (Library Headers): Document that GNU ELPA
packages should have their copyright assigned to the FSF.
2024-07-20 07:46:37 +02:00
Michael Albinus
0218fb2143
Adapt file-remote-p doc
...
* doc/lispref/files.texi (Magic File Names): Adapt file-remote-p.
* lisp/files.el (file-remote-p): Adapt docstring.
2024-07-19 18:29:49 +02:00
Stefan Kangas
a6cab228d4
; Fix typos
2024-07-18 11:46:50 +02:00
Stefan Kangas
41dc28244f
* doc/man/emacs.1.in: Add "No warranty" notice.
2024-07-18 10:42:59 +02:00
Stefan Kangas
b2ac343586
; * doc/man/emacs.1.in: Improve wording.
2024-07-18 10:39:39 +02:00
Stefan Kangas
110b3d08d7
Improve emacs man page description of --user flag
...
* doc/man/emacs.1.in: Improve --user flag description.
(Bug#72169)
2024-07-18 10:29:30 +02:00
john muhl
765cfaed77
; * doc/emacs/anti.texi (Antinews): Fix typos (bug#72167).
2024-07-18 08:24:37 +03:00
Michael Albinus
85d2d7982d
Update Tramp manual
...
* doc/misc/tramp.texi (Remote processes): Add another reason why a
direct asynchronous process could fail.
2024-07-17 17:57:20 +02:00
Eli Zaretskii
504bdd560a
; Fix last change
...
* doc/lispref/windows.texi (Dedicated Windows):
* doc/emacs/windows.texi (Displaying Buffers): Mention keybinding.
2024-07-17 14:10:50 +03:00
Robert Pluim
3ccebbe17b
Fix 'toggle-window-dedicated' documentation
...
* doc/emacs/windows.texi (Displaying Buffers): Fix the cross reference
to the elisp manual. Add missing 'toggle-window-dedicated'.
* doc/lispref/windows.texi (Dedicated Windows): Mention
'toggle-window-dedicated'.
2024-07-17 09:47:28 +02:00
Eli Zaretskii
719d5753ca
; * doc/lispref/help.texi (Keys in Documentation): Add cross-reference.
2024-07-16 17:35:42 +03:00
Steven Allen
fe28ba5d55
; Replace quotes with @code{...} in texinfo files
...
* doc/misc/cc-mode.texi:
* doc/misc/cl.texi: Replace quotes with @code{...}
2024-07-15 18:20:24 +02:00
Steven Allen
ecc8516d9c
; Replace (non-)nil with (non-)@code{nil} in texinfo files
...
* doc/lispref/functions.texi:
* doc/lispref/keymaps.texi:
* doc/lispref/strings.texi:
* doc/misc/cl.texi:
* doc/misc/dbus.texi:
* doc/misc/eshell.texi:
* doc/misc/message.texi:
* doc/misc/ses.texi:
* doc/misc/vtable.texi: Replace (non-)nil with (non-)@code{nil}.
2024-07-15 18:16:41 +02:00
Po Lu
b00fc31dd1
Do not set LD_LIBRARY_PATH during Android initialization
...
* doc/emacs/android.texi (Android Environment): Adjust
documentation to match.
* java/org/gnu/emacs/EmacsNoninteractive.java (main1): New
function. Remove initialization of EmacsNative hither.
(main): Acquire an ApplicationInfo or LoadedApk, as the case may
be on the host system, derive a ClassLoader from the result, and
load and call `main1' from within this class loader.
* src/android-emacs.c (main):
* src/android.c (setEmacsParams): Do not override
LD_LIBRARY_PATH or set EMACS_LD_LIBRARY_PATH. This enables
Emacs to execute subprocesses in certain "fortified" Android
systems, amongst other things.
2024-07-14 12:46:23 +08:00
Jonas Bernoulli
04bf3172f0
; Set Transient's version
2024-07-13 21:59:20 +02:00
Po Lu
a5ef9e2568
Document means of executing Emacs from unrelated Android applications
...
* doc/emacs/android.texi (Android Environment): Document
significance, effect and purpose of EMACS_CLASS_PATH and
EMACS_LD_LIBRARY_PATH, and the utility of `pm path
org.gnu.emacs'.
2024-07-12 11:59:25 +08:00
Robert Pluim
945335fec1
Improve 'put-image' documentation
...
* doc/lispref/display.texi (Showing Images): Mention that it returns the
created overlay.
* lisp/image.el (put-image): And here.
2024-07-10 16:08:29 +02:00
Robert Pluim
c38d5cc3b2
Improve 'set-fontset-font' documentation
...
* doc/emacs/mule.texi (Modifying Fontsets): Add an 'emoji' example.
2024-07-10 16:08:29 +02:00
Michael Albinus
7de4dbea08
Adapt Tramp's "run0" method
...
* doc/misc/tramp.texi (Inline methods):
* etc/NEWS: Adapt "run0" entry.
* lisp/net/tramp-sh.el (tramp-enable-run0-method): Adapt "run0"
arguments.
2024-07-10 11:58:22 +02:00
Jim Porter
37475c9af7
Document Eshell entry points
...
* doc/misc/eshell.texi (Entry Points): New chapter.
(Scripts): Move under Entry Points. Expand documentation.
2024-07-09 10:03:35 -07:00
Eli Zaretskii
c193a702dc
; Improve a recent change to the documentation
...
* lisp/emacs-lisp/comp.el (native-comp-debug):
* doc/lispref/compile.texi (Native-Compilation Variables): Improve
wording.
2024-07-08 14:48:25 +03:00