1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00
Commit Graph

125821 Commits

Author SHA1 Message Date
Lars Ingebrigtsen
77c5f4554e cursor-type doc fix
* src/buffer.c (syms_of_buffer): Mention that cursor-type's
WIDHT/HEIGHT can't exceed the frame char size (bug#19215).
2016-04-30 18:49:12 +02:00
Lars Ingebrigtsen
da5d078616 Add a link from Tool Bar to Images
* doc/lispref/keymaps.texi (Tool Bar): Add a link to the
Images node (bug#19722).
2016-04-30 18:49:12 +02:00
Alan Mackenzie
01cdbcf834 CC Mode: Recognize a noise macro with parens after a declarator's identifier
* lisp/progmodes/cc-engine (c-forward-decl-or-cast-1): In the while loop
following comment "Skip over type decl suffix operators." insert code also
to check for noise macros with parentheses.
2016-04-30 16:40:08 +00:00
Lars Ingebrigtsen
9dc5f6d830 (default-mode-line-format): More explicit obsolete info
* lisp/subr.el (default-mode-line-format): Be more explicit in
how default values are now handled (bug#19424).
2016-04-30 18:31:05 +02:00
Lars Ingebrigtsen
aa692acbb5 Fcompare_buffer_substrings doc string clarification
* src/editfns.c (Fcompare_buffer_substrings): Extremely minor
doc string clarification (bug#19255).
2016-04-30 18:20:29 +02:00
Lars Ingebrigtsen
b6481b19bc insert-file-contents-literally doc fix
* lisp/files.el (insert-file-contents-literally): Say that the
parameters are explained in the other function (bug#18317).
2016-04-30 18:07:15 +02:00
Lars Ingebrigtsen
b66bc0cced Fix custom types for cursor-in-non-selected-windows
* lisp/cus-start.el (standard): Use the same custom types for
cursor-in-non-selected-windows as for cursor-type (bug#19214).
2016-04-30 17:57:57 +02:00
Lars Ingebrigtsen
696052b5fd Doc clarification to mwheel-scroll
* lisp/mwheel.el (mwheel-scroll): Mention that the restriction
does not apply to Windows (bug#19209).
2016-04-30 17:50:09 +02:00
Lars Ingebrigtsen
cd193a871f Clarify the doc of eval-expression-print-format
* lisp/simple.el (eval-expression-print-format): Doc
clarification (bug#19114).
2016-04-30 17:39:05 +02:00
Lars Ingebrigtsen
66379a737d (extended-command-suggest-shorter): Add a version string
* lisp/simple.el (extended-command-suggest-shorter): Add a
version string.
2016-04-30 17:30:59 +02:00
Lars Ingebrigtsen
12515d890f Document extended-command-suggest-shorter
* doc/emacs/m-x.texi (M-x): Mention
extended-command-suggest-shorter (bug#19152).
2016-04-30 17:29:46 +02:00
Ivan Shmakov
6f86ec8050 Add a variable to control "shorter command" suggestions
* lisp/simple.el (extended-command-suggest-shorter): New variable (bug#19152).
(execute-extended-command): Use it.
2016-04-30 17:24:57 +02:00
Lars Ingebrigtsen
619e0aedb2 Explictly explain that package-initialize loads the packages
* lisp/emacs-lisp/package.el (package-initialize): Be explicit
in saying that `package-initialize' obviates adjusting the
path or requiring the packages, as this is a question that
apparently comes up now and then (bug#18829).
2016-04-30 16:48:50 +02:00
Lars Ingebrigtsen
3eca9a0381 Have the doc strings of load-path' and require' mention each other
* src/fns.c (Frequire): Mention `load-path' and fill the doc
string (bug#18829).

* src/lread.c (syms_of_lread): Mention that `require' uses
`load-path'.
2016-04-30 16:44:06 +02:00
Lars Ingebrigtsen
2824c587e9 Doc fix for insert-pair-alist
* lisp/emacs-lisp/lisp.el (insert-pair-alist): Say what
COMMAND-CHAR is (bug#18809).
2016-04-30 16:28:52 +02:00
Lars Ingebrigtsen
e77b8d84b4 Move doc of backup-directory-alist to the Backup node
* doc/emacs/files.texi (Backup): Move the documentation of
`backup-directory-alist' here from the "Single or Numbered
Backups" node, because it doesn't seem to have much to do with
numbering (bug#18692).
2016-04-30 16:21:54 +02:00
Lars Ingebrigtsen
c05d186455 Tiny doc clarification for create-fontset-from-fontset-spec
* lisp/international/fontset.el (create-fontset-from-fontset-spec):
Clarify what the optional part is (bug#18686).
2016-04-30 16:15:46 +02:00
Lars Ingebrigtsen
c05716d3a2 Fill the doc string of font-lock-keywords
* lisp/font-lock.el (font-lock-keywords): Fill the lines and
reorganise some explanations (bug#21427).
2016-04-30 16:08:07 +02:00
Lars Ingebrigtsen
bc00dcf129 Doc fix for font-lock-remove-keywords
* lisp/font-lock.el (font-lock-remove-keywords): Add a link to
`font-lock-add-keywords' to describe KEYWORDS (bug#18634).
2016-04-30 15:55:44 +02:00
Lars Ingebrigtsen
d96c720d0c Clarify whitespace-style doc string
* lisp/whitespace.el (whitespace-style): Doc clarification
(bug#18296).
2016-04-30 15:27:09 +02:00
Lars Ingebrigtsen
247e0411a3 No need to test for jka-compr
* lisp/vc/ediff-util.el (ediff-file-compressed-p): jka-compr
is always available; no need to test (bug#18204).
2016-04-30 02:37:26 +02:00
Lars Ingebrigtsen
a10eb168cc Doc fixed for next-error-buffer-p
* lisp/simple.el (next-error-buffer-p): Clarify doc string
(bug#18202).
2016-04-30 02:03:24 +02:00
Lars Ingebrigtsen
2ef0040e23 Tiny doc fix
* src/fileio.c (Ffile_accessible_directory_p): Tiny doc fix
(and fill) (bug#18201).
2016-04-30 01:26:17 +02:00
Lars Ingebrigtsen
6b769c81d0 Doc fix
* src/keymap.c (Fdefine_prefix_command): Clarify doc string
slightly (bug#18092).
2016-04-30 00:54:13 +02:00
Lars Ingebrigtsen
d7a5b5be9a delsel doc touch ups
* lisp/delsel.el (delete-selection-helper): Use non-nil
instead of t and clarify function return values (bug#18089).
2016-04-30 00:37:31 +02:00
Lars Ingebrigtsen
33d2c67bff Doc fixes for menu-bar.el
* lisp/menu-bar.el (clipboard-kill-ring-save): Describe the
REGION parameter (bug#18028).
(clipboard-kill-region): Ditto.
2016-04-30 00:11:15 +02:00
Lars Ingebrigtsen
6baca4911e Doc fix
* lisp/rect.el (delete-whitespace-rectangle): Doc fix (bug#18026).
2016-04-30 00:08:07 +02:00
Lars Ingebrigtsen
5d1f3192d4 Minor doc clarification
* lisp/subr.el (y-or-n-p): Document the return value from "n"
(bug#18024).
2016-04-30 00:02:46 +02:00
Lars Ingebrigtsen
27abf37283 Fill font-lock-mode doc string
* lisp/font-core.el (font-lock-mode): Fill the text to make it
narrower (bug#18008).
2016-04-29 23:53:12 +02:00
Lars Ingebrigtsen
323b696649 Wrap the auto-generated doc string
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Wrap a
string to make it less likely that we get overlong lines
(bug#17999).
2016-04-29 23:25:07 +02:00
Lars Ingebrigtsen
552e90ce7d Clarify hi-lock-find-patterns
* lisp/hi-lock.el (hi-lock-find-patterns): Doc clarification
(bug#17989).
2016-04-29 22:53:42 +02:00
Lars Ingebrigtsen
8f3a6de5e2 Warning fix in jit-lock-mode
* lisp/jit-lock.el (jit-lock-mode): Don't issue a warning when
turning the mode on in an indirect buffer, if this somehow has
happened (bug#17738).
2016-04-29 22:44:13 +02:00
Lars Ingebrigtsen
2c3ab9b6e3 Add a doc string to `winner-mode'
* lisp/winner.el (winner-mode): Add a doc string based on the
comments in the file (bug#17716).
2016-04-29 22:28:02 +02:00
Lars Ingebrigtsen
340a224ec3 Doc fix for align-newline-and-indent
* lisp/align.el (align-newline-and-indent): Mention that
alignment is done by `align' (bug#17707).
2016-04-29 22:14:05 +02:00
Lars Ingebrigtsen
b9d69380a1 Cancel the eldoc timer when switching off eldoc mode
* lisp/emacs-lisp/eldoc.el (eldoc-mode): Cancel the eldoc
timer when switching off eldoc mode.  It will be restarted
again if needed (bug#17582).
2016-04-29 22:06:37 +02:00
Lars Ingebrigtsen
3a33afe25d Doc fix for `kbd'
* lisp/subr.el (kbd): Describe more fully the format of the
parameter (bug#17039).
2016-04-29 20:27:46 +02:00
Glenn Morris
aa112ebab7 ; Comment tweak. 2016-04-29 13:31:45 -04:00
Lars Ingebrigtsen
1a3a1f709d Add a sanity check to apropos-documentation-internal
* lisp/apropos.el (apropos-documentation-internal): Add a
sanity check to be less fragile in the presence of invalid
data (bug#16725).
2016-04-29 18:22:58 +02:00
Lars Ingebrigtsen
35fb7897f1 Doc tweak
* lisp/simple.el (use-empty-active-region): Doc tweak.
There's only one region (bug#16513).
2016-04-29 17:54:55 +02:00
Lars Ingebrigtsen
b01dac19fb Clarify `read-face-name' doc and tweak the code
* lisp/faces.el (read-face-name): Clarify the documentation
and allow a mix of faces and faces names in all cases
(bug#16483).
2016-04-29 17:38:26 +02:00
Lars Ingebrigtsen
0c035a742f Remove ": ?" from the read-face-name prompt
* lisp/faces.el (read-face-name): Remove ": ?" from the prompt
to be more backwards compatible (bug#15909).
2016-04-29 16:41:13 +02:00
Lars Ingebrigtsen
bc5f27aa09 Link from (emacs)Exiting to (lisp)Killing Emacs
* doc/emacs/entering.texi (Exiting): Link to the lispref
manual for further customisations (bug#15445).
2016-04-29 15:52:18 +02:00
Lars Ingebrigtsen
e4c7657b0d find-lisp doc touchups
* lisp/find-lisp.el (find-lisp-format): Copy over the doc
string (bug#15047).
(find-lisp-find-files): Clarify doc.
2016-04-29 15:37:08 +02:00
Lars Ingebrigtsen
fb685bc91a Don't have the manual claim that it lists all CL incompatibilities
* doc/misc/cl.texi (Common Lisp Compatibility): The list of
incompatibilities isn't exhaustive, so don't say that it is
(bug#15171).
2016-04-29 15:26:25 +02:00
Lars Ingebrigtsen
0669037126 Fix call of `kmacro-display'
* lisp/kmacro.el (kmacro-view-ring-2nd): Fix call of
`kmacro-display' (bug#15020).
2016-04-29 15:23:38 +02:00
Lars Ingebrigtsen
e4c26271f2 Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]"
* doc/emacs/*.texi: Change all occurrences of "Mouse-[0-9]" to
"mouse-[0-9]".  These are case sensitive, and the keys are lower case
(bug#14554).
2016-04-29 14:37:56 +02:00
Lars Ingebrigtsen
fafdfcb1fa Rename "Directory Search" menu to "Servers"
* lisp/menu-bar.el (menu-bar-tools-menu): Rename "Directory
Search" to "Directory Servers".  Suggested by Eli
Zaretskii. (bug#14919).

* lisp/net/eudc.el: Rename ditto throughout.
2016-04-29 03:15:59 +02:00
Lars Ingebrigtsen
4fa7b76342 Remove uses of the unused to-end parameter from simple.el
* lisp/simple.el (line-move-partial): Remove usages of the
unused to-end parameter, and make it optional (bug#14844).
(line-move): Remove use of the unused to-end parameter.
2016-04-29 02:40:13 +02:00
Lars Ingebrigtsen
21128b5ff4 Doc fix: _ chars are automatically removed.
* lisp/cus-edit.el (custom-buffer-create): _ chars are
automatically removed when displaying help, so fix the last
doc change.
(custom-buffer-create-other-window): Ditto.
2016-04-29 01:41:34 +02:00
Lars Ingebrigtsen
23ba488a5e Doc string change to enable-recursive-minibuffers
* src/minibuf.c (syms_of_minibuf): Mention
minibuffer-depth-indicator-mode in the doc string to
enable-recursive-minibuffers (bug#14147).
2016-04-29 01:19:49 +02:00