aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix broken links to gmane.orgStefan Kangas2023-10-241-2/+2
|
* Change news.gmane.org to news.gmane.ioStefan Kangas2023-10-241-8/+8
| | | | | | | | | | | | | | | * admin/notes/emba: * doc/misc/gnus.texi (Group Parameters) (Non-ASCII Group Names, Filling In Threads) (Selection Groups, Spam Package Configuration Examples) (Terminology): * lisp/gnus/gnus-group.el (gnus-useful-groups): * lisp/gnus/gnus-sum.el (gnus-fetch-old-headers): * lisp/gnus/spam-report.el (spam-report-gmane-use-article-number) (spam-report-gmane-internal): * test/lisp/gnus/gnus-group-tests.el (gnus-short-group-name): Change news.gmane.org to news.gmane.io. Ref: https://news.gmane.io/
* ; * doc/misc/gnus.texi: Fix unmatched quote in gnus doc. (Bug#66710)Lin Sun2023-10-231-1/+1
|
* Minor connection-local variables fixesMichael Albinus2023-10-231-0/+4
| | | | | | | * doc/emacs/custom.texi (Connection Variables): Warn about specifying the same variable twice. * lisp/files-x.el (connection-local-get-profiles): Normalize criteria.
* ; Another Texinfo fixEli Zaretskii2023-10-221-0/+1
| | | | | * doc/lispintro/emacs-lisp-intro.texi (Counting function definitions): Fix Texinfo 7.1 warning.
* ; Fix Texinfo warningsEli Zaretskii2023-10-225-78/+151
| | | | | | | | * doc/misc/wisent.texi (Grammar format): * doc/misc/efaq.texi (Not writing files to the current directory): * doc/misc/ede.texi: * doc/lispref/errors.texi (Standard Errors): Fix warnings emitted by makeinfo 7.1.
* ; Fix argument name for function `copy-file'Jens Schmidt2023-10-201-1/+1
| | | | | | | * doc/lispref/files.texi (Changing Files): Change name of last argument of function `copy-file' from `preserve-extended-attributes' to `preserve-permissions', as used in the function's description, its doc string and the description below in the manual.
* Update Tramp version (don't merge with master)Michael Albinus2023-10-191-1/+1
| | | | | | | * doc/misc/trampver.texi: * lisp/net/trampver.el: Change version to "2.6.2.29.2". (customize-package-emacs-version-alist): Adapt Tramp version integrated in Emacs 29.2.
* * doc/man/emacsclient.1: Add missing options.Michael Albinus2023-10-161-3/+27
|
* ; * doc/emacs/search.texi (Regexp Backslash): Improve indexing.Eli Zaretskii2023-10-151-0/+2
|
* Document 'M-x align' in the Emacs manualEshel Yaron2023-10-142-0/+235
| | | | | * doc/emacs/indent.texi (Alignment): New section. * doc/emacs/emacs.texi: Update menu. (Bug#66303)
* Document that time-to-days and days-to-time use different epochsBob Rogers2023-10-141-0/+8
| | | | | | * doc/lispref/os.texi (Time Calculations): * lisp/calendar/time-date.el (days-to-time, time-to-days): Doc fixes. (Bug#66502)
* ; Improve documentation of VC commandsEli Zaretskii2023-10-081-127/+177
| | | | | | | | | * doc/emacs/maintaining.texi (Basic VC Editing) (VC With A Merging VCS, VC With A Locking VCS, Advanced C-x v v) (Registering, Pulling / Pushing, Merging): Improve wording, accuracy, and indexing. * lisp/vc/vc.el (vc-next-action): Doc fix.
* ; * doc/lispref/processes.texi (Process Buffers): More accurate wording.Eli Zaretskii2023-10-071-2/+4
|
* ; Improve wording of last changeStefan Kangas2023-10-011-2/+2
| | | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): * src/nsfns.m (syms_of_nsfns): Improve wording. Reported by Gerd Möllmann <gerd.moellmann@gmail.com>.
* Improve documentation of `ns-use-proxy-icon`Stefan Kangas2023-10-011-1/+4
| | | | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): * src/nsfns.m (syms_of_nsfns): Fix documentation of 'ns-use-proxy-icon'; explain what it does and how it's used. (Bug#66190)
* Doc fix; more consistently refer to "text terminals"Stefan Kangas2023-10-016-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the Emacs Lisp manual, we refer to "text terminals" and "graphical terminals" (see Info node `(elisp) Frames'). But in some places, including the user manual, the alternative terminology "non-window terminals" is used instead. In other places, we use the terminology "non-windowing display" instead of the more canonical "non-graphical display". This is less clear than it could be. Let's consolidate our terminology to prefer the wording from the Emacs Lisp manual; in other words, prefer "text" and "non-graphical" to "non-window". * doc/emacs/frames.texi (Non-Window Terminals): Rename node from this... (Text Terminals): ...to this. (Bug#66282) * doc/emacs/display.texi (Standard Faces): * doc/emacs/emacs.texi (Top): * doc/emacs/misc.texi (emacsclient Options): * doc/misc/viper.texi (Rudimentary Changes) (Packages that Change Keymaps): * doc/emacs/frames.texi (Frames, Frame Commands, Mouse Avoidance): Replace instances of "non-window terminals" with "text terminals". * doc/misc/ediff.texi (Quick Help Customization): (Window and Frame Configuration): * lisp/vc/ediff.el (ediff-windows-wordwise) (ediff-windows-linewise): Prefer saying 'non-graphical display' to 'non-windowing display'. * lisp/net/tramp.el (tramp-default-method): * lisp/printing.el (pr-find-command): Capitalize 'Windows' where it clearly refers to the non-free operating system with that name.
* ; * doc/emacs/custom.texi (Early Init File): Improve indexing.Eli Zaretskii2023-09-301-0/+1
|
* ; Fix typosStefan Kangas2023-09-291-1/+1
|
* Support one-time passwords in TrampMichael Albinus2023-09-161-0/+6
| | | | | | | | | | | | * doc/misc/tramp.texi (Remote shell setup): Describe tramp-otp-password-prompt-regexp. * lisp/net/tramp-sh.el (tramp-actions-before-shell) (tramp-actions-copy-out-of-band): Use `tramp-otp-password-prompt-regexp'. * lisp/net/tramp.el (tramp-otp-password-prompt-regexp): New defcustom. (tramp-action-otp-password): New defun.
* ; * doc/lispref/minibuf.texi (Text from Minibuffer): Mention alias.Eli Zaretskii2023-09-161-0/+4
|
* * doc/emacs/text.texi (Outline Minor Mode): Add a note about value 'insert'.Juri Linkov2023-09-131-4/+5
| | | | | * lisp/outline.el (outline-minor-mode-use-buttons): Add a note and a comment about the value 'insert' (bug#65874).
* Improve documentation of 'list-abbrevs'Eli Zaretskii2023-09-131-5/+10
| | | | | | * doc/emacs/abbrevs.texi (Editing Abbrevs): Describe how system abbrevs are shown by 'list-abbrevs'. Suggested by Shynur Xie <one.last.kiss@outlook.com>. (Bug#65907)
* ; Fix doc typos (Bug#65868)shynur2023-09-113-3/+3
|
* Update docs for passing of Thien-Thi NguyenStefan Kangas2023-09-111-0/+5
| | | | | * doc/emacs/ack.texi (Acknowledgments): Add Thien-Thi Nguyen. * lisp/play/zone.el: Set maintainer to emacs-devel.
* Update defvar usage tips example in manualStefan Kangas2023-09-111-8/+8
| | | | | | * doc/lispref/variables.texi (Tips for Defining): Change example to be about syntax tables instead of old way of defining keymaps using 'defvar' and 'make-sparse-keymap'. (Bug#59224)
* Document using Flymake together with EglotStefan Kangas2023-09-101-2/+9
| | | | | * doc/misc/flymake.texi (Top, Using Flymake): Document using Flymake together with Eglot. (Bug#60040)
* ; Add missing space in the manualVincent Lefevre2023-09-081-1/+1
| | | | | | | * doc/lispref/compile.texi (Native-Compilation Variables): Add missing space. (Bug#65782) Copyright-paperwork-exempt: yes
* ; Fix inaccuracy in ELisp reference manualEli Zaretskii2023-09-081-6/+5
| | | | | * doc/lispref/text.texi (Motion by Indent): Remove incorrect information about return values that can be anything. (Bug#65819)
* Document NonGNU ELPA in FAQStefan Kangas2023-09-081-14/+25
| | | | | * doc/misc/efaq.texi (Packages that do not come with Emacs): Document NonGNU ELPA. (Bug#65818)
* Update docs for (co-)maintainer changesStefan Kangas2023-09-071-4/+7
| | | | | | | | | * admin/MAINTAINERS: Add information on current maintainers as a canonical place to find this information. * doc/emacs/ack.texi (Acknowledgments): Update for recent Emacs (co-)maintainer changes. * admin/make-tarball.txt: Add note as a reminder to update the above before making a new release.
* * doc/lispref/strings.texi (Text Comparison): Fix typo (bug#65799).Sebastian Miele2023-09-071-1/+1
|
* Adapt Tramp manualMichael Albinus2023-09-071-26/+8
| | | | | * doc/misc/tramp.texi (Frequently Asked Questions): Do not use `defadvice'. Add indices. (Bug#65481)
* Improve wording in ELisp manualEli Zaretskii2023-09-061-1/+3
| | | | | | * doc/lispref/objects.texi (Printed Representation): Improve wording. Suggested by Xie Shynur <one.last.kiss@outlook.com>. (Bug# 60639)
* Doc fixes for obsolete functions and variablesStefan Kangas2023-09-023-13/+10
| | | | | | | | | | | | | * admin/notes/multi-tty: * doc/emacs/building.texi (Debugger Operation): * doc/misc/efaq-w32.texi (Line ends by file system): * doc/misc/gnus.texi (Hashcash): * lisp/emacs-lisp/eieio.el (eieio-class-parents) (eieio-class-children): * lisp/progmodes/perl-mode.el: * lisp/textmodes/ispell.el (ispell-lookup-words): * src/buffer.h: Update or delete references to variables and functions made obsolete in Emacs 24.4.
* A revision to the Widget manualMauro Aranda2023-09-021-553/+1914
| | | | | | | | | | | | | | | | | | | | | | * doc/misc/widget.texi (Widgets Basics, Working with Widgets) (Widgets and the Buffer, Widget Gallery, Customization): New chapters. (Basic Types, Sexp Types): Demote to subsections. (Widget Browser): Rename to Inspecting Widgets. (Widget Properties): Remove. (Top): Adapt menu to changes. (Introduction): Rearrange text. Move warnings to a better place, and user options to the Customization chapter. (User Interface): Don't fully describe commands and customization options here. (Setting Up the Buffer): Expand on widget creation process and add documentation for useful functions which deal with creation/conversion. (Defining New Widgets): Expand the documentation on define-widget. All relevant properties moved to the description of the default widget, in Widget Gallery. (Utilities): Add some more useful functions not previously documented. (Wishlist): Remove out-of-date items.
* ; Remove incorrect example from ELisp Reference manualEli Zaretskii2023-09-021-10/+0
| | | | | * doc/lispref/commands.texi (Event Examples): Remove incorrect example of using SIGUSR1 signal as an event. (Bug#65577)
* ; Improve documentation of 'char-table-range'Eli Zaretskii2023-09-011-1/+2
| | | | | | * doc/lispref/sequences.texi (Char-Tables): * src/chartab.c (Fchar_table_range): Clarify what 'char-table-range' returns for an argument that is a cons cell.
* Update to Transient v0.4.3Jonas Bernoulli2023-08-271-38/+28
|
* Adapt Eshell manualMichael Albinus2023-08-271-1/+2
| | | | | * doc/misc/eshell.texi (Arguments): Mention more special characters to be quoted in remote file names. (Bug#65431)
* ; * doc/emacs/sending.texi (Mail Aliases): Add some useful commands.Eli Zaretskii2023-08-261-0/+22
|
* ; Improve SMTPmail documentation about OAuth2Eshel Yaron2023-08-241-2/+4
| | | | | * doc/misc/smtpmail.texi (Authentication): Fix authentication mechanism count and add index entries for OAuth 2.0. (Bug#65507)
* ; Another improvement for documentation of pixelwise scrollingEli Zaretskii2023-08-201-10/+22
| | | | | * doc/lispref/commands.texi (Misc Events): More details about pixelwise mouse-wheel scrolling events. (Bug#65070)
* Fix touchpad scrolling on MS-WindowsEli Zaretskii2023-08-191-5/+6
| | | | | | | | | | * src/w32term.c (w32_construct_mouse_wheel): The number of lines to scroll should always be positive in wheel-scroll events. Whether to scroll up or down is encoded in the modifiers, which produce either wheel-up or wheel-down event. (Bug#65070) * doc/lispref/commands.texi (Misc Events): Clarify the documentation of 'wheel-up' and 'wheel-down' events.
* Fix the documentation of 'cl-flet'Eli Zaretskii2023-08-191-4/+9
| | | | | * doc/misc/cl.texi (Function Bindings): Update the description. (Bug#65362)
* Improve documentation of case transfer in replacement commandsEli Zaretskii2023-08-171-2/+23
| | | | | | | | * doc/emacs/search.texi (Replacement and Lax Matches): * src/search.c (Freplace_match): * lisp/replace.el (query-replace, query-replace-regexp): Clarify in the doc string and the manual how letter-case is transferred from the replaced text to the replacement text. (Bug#65347)
* Fix command example in Eshell manualJim Porter2023-08-151-1/+1
| | | | | | * doc/misc/eshell.texi (Introduction): Fix example (bug#65303). Reported by Eric Gillespie <brickviking@gmail.com>.
* ; Improve documentation of 'define-alternatives'Eli Zaretskii2023-08-151-18/+66
| | | | | | * doc/lispref/commands.texi (Generic Commands): * lisp/simple.el (define-alternatives): Improve documentation of 'define-alternatives'.
* Add user options mentioned in the Eshell manual to the variable indexJim Porter2023-08-141-2/+33
| | | | | * doc/misc/eshell.texi: Make variable index entries use "code" style, and add indexing for any options already in the manual.
* ; * doc/emacs/mini.texi (Completion Commands): Fix a typo (bug#65242).Daniel Martín2023-08-121-1/+1
|