Eli Zaretskii
a71ba898db
; Update the MinGW URLs in w32 FAQ and nt/INSTALL
...
* nt/INSTALL: Update MinGW URLs.
* doc/misc/efaq-w32.texi (MinGW): Update the URL's and the text to
reflect the fact that mingw.org's MinGW is no longer developed and
can be found only on the WWW Archive.
(Compiling): Add a cross-reference to "MinGW".
2025-11-08 12:09:04 +02:00
Eli Zaretskii
0974418f2a
Improve and correct documentation of 'font-lock-keywords-only'
...
* lisp/font-lock.el (font-lock-keywords-only):
* doc/lispref/modes.texi (Syntactic Font Lock): Improve
documentation of 'font-lock-keywords-only'. (Bug#79692)
2025-10-25 16:57:08 +03:00
Eli Zaretskii
53aac6aecd
; Improve documentation of commands that split current window
...
* doc/emacs/sending.texi (Sending Mail):
* doc/emacs/dired.texi (Dired Enter, Dired Visiting):
* doc/emacs/maintaining.texi (Old Revisions)
(Change Log Commands, Looking Up Identifiers):
* doc/emacs/windows.texi (Displaying Buffers):
* doc/emacs/files.texi (Visiting): Add cross-references to where
user options are described which control how windows are split.
* lisp/mail/sendmail.el (mail-other-window):
* lisp/gnus/message.el (message-mail-other-window)
(message-news-other-window):
* lisp/replace.el (occur-mode-goto-occurrence-other-window):
* lisp/vc/vc.el (vc-revision-other-window):
* lisp/vc/vc-dir.el (vc-dir-find-file-other-window):
* lisp/progmodes/xref.el (xref-find-definitions-other-window):
* lisp/simple.el (compose-mail-other-window)
(clone-indirect-buffer-other-window):
* lisp/vc/add-log.el (add-change-log-entry-other-window):
* lisp/view.el (view-file-other-window)
(view-buffer-other-window):
* lisp/window.el (switch-to-buffer-other-window):
* lisp/files.el (find-file-other-window)
(find-file-read-only-other-window)
(find-alternate-file-other-window):
* lisp/dired.el (dired-other-window)
(dired-mouse-find-file-other-window)
(dired-find-file-other-window, dired-jump-other-window): Mention
in the doc strings how to control the way the current window is
split.
2025-10-18 10:47:29 +03:00
Eli Zaretskii
1895ba3ba3
; Document %i format
...
* src/editfns.c (Fformat): Doc fix.
* doc/lispref/strings.texi (Formatting Strings): Document %i.
2025-10-11 12:08:48 +03:00
Eli Zaretskii
85db0ac0d6
; * doc/lispref/nonascii.texi (Explicit Encoding): Fix a typo (bug#79613).
2025-10-11 09:47:14 +03:00
Eli Zaretskii
c119a3600e
; * doc/lispref/tips.texi (Documentation Tips): Document \\+`foo'.
2025-10-08 09:38:38 +03:00
Sean Whitton
c7ab370067
; * doc/lispref/control.texi (Conditionals): Grammar fix.
2025-10-07 17:40:39 +01:00
Sean Whitton
f3c29c1415
; * doc/lispref/control.texi (Conditionals): Document SYMBOL form.
2025-10-07 17:35:32 +01:00
Sean Whitton
da47fa2f23
if-let*/when-let*/and-let*: Don't recommend (VALUEFORM) form
...
* doc/lispref/control.texi (Conditionals):
* lisp/subr.el (if-let*): Document '(_ VALUEFORM)' instead of
'(VALUEFORM)'.
2025-10-07 17:35:06 +01:00
Eli Zaretskii
cd400326b2
; Improve documentation of 'string-glyph-split'
...
* doc/lispref/display.texi (Size of Displayed Text):
* lisp/emacs-lisp/subr-x.el (string-glyph-split): Document a
caveat (bug#79576).
2025-10-05 11:04:34 +03:00
Sean Whitton
0aa44112b6
; * doc/emacs/maintaining.texi (VC Change Log): Missing annotations.
2025-10-03 16:01:26 +01:00
Eli Zaretskii
217fd4f09e
; * doc/lispref/modes.texi (Defining Minor Modes): Fix last change.
2025-09-27 17:09:44 +03:00
Eli Zaretskii
6d35c807e5
; Improve documentation of globalized minor modes
...
* doc/lispref/modes.texi (Defining Minor Modes): Document the
subtlety with ':init-value t' for globalized modes.
2025-09-27 12:22:42 +03:00
Eli Zaretskii
704fab0452
; Improve documentation of handling errors
...
* doc/lispref/control.texi (Processing of Errors): Document that
pending input is discarded upon errors. (Bug#79510)
2025-09-26 09:13:10 +03:00
Eli Zaretskii
307f465f7b
; * doc/lispref/text.texi (Suspicious Text): Fix suspicious address.
2025-09-22 10:59:17 +03:00
Eli Zaretskii
6bedbafc7a
; * doc/lispref/text.texi (Suspicious Text): Indexing fix.
2025-09-22 08:33:01 +03:00
Robert Pluim
56cdb65e54
; * doc/emacs/mini.texi (Minibuffer History): Fix typo.
2025-09-08 15:14:04 +02:00
Eli Zaretskii
e65ebdf329
; Improve documentation of isearch ion minibuffer
...
* doc/emacs/mini.texi (Minibuffer History):
* doc/emacs/search.texi (Repeat Isearch, Isearch Minibuffer):
Improve wording, cross-references, and indexing. (Bug#79395)
2025-09-08 14:55:43 +03:00
Michael Albinus
6544372764
* doc/misc/tramp.texi (Password handling): Fix default of auth-sources.
2025-09-07 16:08:09 +02:00
Michael Albinus
96d9040341
Fix auth-source.el doc
...
* doc/misc/auth.texi (Help for users): Change variables to user
options where appropriate. Use setopt for them. Add Tramp link.
Fix example. (Bug#9113)
* lisp/auth-source.el (auth-sources): Add :link.
2025-09-07 12:18:42 +02:00
Eli Zaretskii
ddd63891a4
; * doc/misc/flymake.texi (Troubleshooting): Fix typo (bug#79391).
2025-09-06 10:15:49 +03:00
Eli Zaretskii
3d2a818679
* doc/misc/efaq-w32.texi (UTF-8 encoding): New section (bug#79296).
2025-08-30 12:23:42 +03:00
Eli Zaretskii
ec50d775ac
; * doc/misc/flymake.texi (Finding diagnostics): Fix a typo (bug#79325).
2025-08-28 08:58:17 +03:00
Michael Albinus
293e258a1b
* doc/emacs/screen.texi (Mode Line): Fix reference.
2025-08-27 12:08:12 +02:00
Eli Zaretskii
eabb5f450c
Improve and clarify documentation of 'dired-click-to-select-mode'
...
* lisp/dired.el (dired-click-to-select-mode)
(dired-post-do-command):
* doc/emacs/dired.texi (Marks vs Flags): Improve documentation of
'dired-click-to-select-mode'.
(cherry picked from commit 90c44826f5 )
2025-08-23 16:36:11 +03:00
Eli Zaretskii
b3ed4876b6
; Improve documentation of Edebug
...
* doc/lispref/edebug.texi (Edebug Execution Modes, Jumping)
(Edebug Misc, Breaks, Breakpoints, Global Break Condition)
(Source Breakpoints, Edebug Views, Edebug Eval, Eval List)
(Printing in Edebug, Trace Buffer, Coverage Testing)
(Checking Whether to Stop, Edebug Display Update)
(Edebug Recursive Edit, Edebug and Macros)
(Instrumenting Macro Calls, Specification List, Edebug Options):
Improve indexing and cross-references.
2025-08-23 13:44:23 +03:00
Michael Albinus
4a3b6daf76
Sync with Tramp 2.7.4-pre
...
* doc/misc/trampver.texi:
* lisp/net/trampver.el (tramp-version): Adapt Tramp versions.
* lisp/net/tramp-cmds.el (tramp-cleanup-connection):
Use read syntax #' for `tramp-timeout-session',
* lisp/net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
* lisp/net/tramp-rclone.el (tramp-rclone-maybe-open-connection):
Set "connected" property in time.
* lisp/net/tramp-sh.el (tramp-timeout-session):
Add ;;;###tramp-autoload cookie.
* lisp/net/tramp.el (tramp-barf-if-file-missing): Do not raise an
error when not connected. (Bug#78572)
(tramp-file-name-handler): Do not force the backtrace.
(tramp-connectable-p): Check also, whether initial handshake is finished.
(tramp-skeleton-directory-files)
(tramp-skeleton-directory-files-and-attributes)
(tramp-skeleton-set-file-modes-times-uid-gid): Rearrange sending
`file-missing' error.
(tramp-handle-access-file, tramp-handle-unlock-file):
Use `tramp-connectable-p'.
(tramp-skeleton-file-name-all-completions): Filter out "" hits.
(Bug#79173)
* test/lisp/net/tramp-tests.el (project-mode-line-format)
(project-mode-line): Declare.
(tramp-test48-session-timeout): New test.
(tramp-test49-auto-load, tramp-test49-delay-load)
(tramp-test49-recursive-load, tramp-test49-remote-load-path)
(tramp-test50-without-remote-files, tramp-test51-unload): Rename.
2025-08-16 12:26:19 +02:00
Eli Zaretskii
477335a10b
; Fix documentation of 'find-file-noselect'
...
* doc/lispref/files.texi (Visiting Functions):
* lisp/files.el (find-file-noselect): Document that NOWARN non-nil
also bypasses the file's last change verification. (Bug#79127)
2025-08-02 17:33:15 +03:00
James Thomas
9e3720bbb1
* doc/misc/gnus.texi (Category Syntax): Update gnus-agent-predicate.
...
This updates the Gnus manual due to recent code change (bug#79123).
2025-07-31 08:19:51 +03:00
Eli Zaretskii
456f44a7b3
; Improve documentation of change hooks
...
* doc/lispref/text.texi (Change Hooks): Warn against buffer
changes in the hook functions. (Bug#79115)
2025-07-30 19:48:07 +03:00
Eli Zaretskii
8ec2ddebdd
; Update documentation of GC in ELisp manual
...
* doc/lispref/internals.texi (Garbage Collection): Update default
values for GC-related thresholds. (Bug#79074)
2025-07-28 16:14:44 +03:00
Robert Pluim
57a9798c22
Prefer "tls" to "ssl" in documentation
...
* doc/misc/gnus.texi (NNTP): Refer to 'nntp-open-tls-stream'.
(Direct Functions, Customizing the IMAP Connection): Add
commentary about desirability of STARTTLS. Correct
documentation about use of GnuTLS. Use 'tls in example.
* lisp/gnus/nnimap.el (nnimap-server-port): Mention 'tls in
preference to 'ssl.
* lisp/gnus/nntp.el (nntp-open-connection-function)
(nntp-never-echoes-commands): Document 'nntp-open-tls-stream' as
preferred to 'nntp-open-ssl-stream'.
2025-07-28 14:11:50 +02:00
Eli Zaretskii
e4908623f2
; Fix documentation of 'other-window'
...
* doc/lispref/windows.texi (Cyclic Window Ordering):
* lisp/window.el (other-window): Document ALL-FRAMES in interactive
invocations.
2025-07-26 11:36:16 +03:00
Sean Whitton
8f00d36b63
(gnus)Scoring Tips: New tip regarding header continuation lines
...
* doc/misc/gnus.texi (Scoring Tips): New "Continuation lines
when scoring on other headers" tip.
2025-07-21 09:54:09 +01:00
Eli Zaretskii
6dd8266bc4
; * doc/emacs/custom.texi (Init File): Mention "M-x customize".
2025-07-12 12:01:05 +03:00
Eli Zaretskii
723cb4da47
; Fix indexing in Emacs user manual
...
* doc/emacs/frames.texi (Creating Frames):
* doc/emacs/windows.texi (Pop Up Window): Fix indexing and
wording. (Bug#78945)
2025-07-11 09:24:50 +03:00
Eli Zaretskii
5bdacbe460
Improve documentation of 'warning-display-at-bottom'
...
* lisp/emacs-lisp/warnings.el (warning-display-at-bottom):
* doc/lispref/display.texi (Warning Options):
* doc/emacs/windows.texi (Temporary Displays):
* etc/NEWS: Improve documentation of 'warning-display-at-bottom'.
See https://lists.gnu.org/archive/html/emacs-devel/2025-07/msg00024.html
for more details.
2025-07-04 15:02:29 +03:00
Eli Zaretskii
de18407f51
; * doc/lispref/functions.texi (Mapping Functions): Fix wording (bug#78930).
2025-06-30 22:06:15 +03:00
Eli Zaretskii
e51ff3ee66
; * doc/lispref/threads.texi (Condition Variables): Fix wording.
2025-06-28 22:17:06 +03:00
Eli Zaretskii
039ad15373
; * doc/emacs/package.texi (Package Statuses): Clarify "new".
2025-06-22 11:13:55 +03:00
Sean Whitton
df3fb94f09
Insert missing step to make use of directory tracking OSC codes
...
* doc/emacs/misc.texi (Interactive Shell): Say to add
comint-osc-process-output to comint-output-filter-function.
2025-06-11 15:23:42 +01:00
Eli Zaretskii
c0a913ea4f
; * doc/lispref/modes.texi (Font Lock Basics): Remove old info (bug#78720).
2025-06-08 18:43:20 +03:00
Robert Pluim
e4ba279b01
; * doc/emacs/misc.texi (Network Security): Fix typo.
2025-06-06 17:19:45 +02:00
Eli Zaretskii
8881dca81c
; * doc/lispref/searching.texi (Char Classes): Add speedup advice.
2025-05-29 19:02:13 +03:00
Eli Zaretskii
df9636f892
; * doc/misc/use-package.texi (Hooks): Fix typo (bug#77609).
2025-05-24 12:59:19 +03:00
Eli Zaretskii
36afdd2f6f
Fix documentation of use-package's ':hook' keyword
...
* doc/misc/use-package.texi (Hooks): Document how to add several
functions to the same hook (bug#77609).
2025-05-24 12:56:30 +03:00
Michael Albinus
c526646d70
; Sync with Tramp 2.7.3.30.2 (Do not merge to master)
...
* doc/misc/trampver.texi:
* lisp/net/trampver.el (tramp-version): Adapt Tramp versions.
2025-05-18 21:20:41 +02:00
Eli Zaretskii
399d05332e
; Remove confusing text from ELisp manual
...
* doc/lispref/variables.texi (Defining Variables): Remove outdated
confusing warning. For the details, see
https://lists.gnu.org/archive/html/emacs-devel/2025-05/msg00332.html .
2025-05-17 12:35:29 +03:00
Eli Zaretskii
feecb1fbc6
; * doc/emacs/cmdargs.texi (General Variables): More accurate wording.
2025-05-16 15:39:53 +03:00
Eli Zaretskii
18e1aabbea
; Improve documentation of the -L command-line option
...
* doc/emacs/cmdargs.texi (Action Arguments): Mention that '-L' is
in effect only after the init files are loaded.
2025-05-16 15:02:58 +03:00