Merge from origin/emacs-26
a427de9
(origin/emacs-26) Fix bug #117323a04e15
Improve documentation of 'emacs-lock-mode'9d6ca5a
* lisp/imenu.el (imenu-generic-expression): Doc fix. (Bug#32...fdd7e7d
Improve indexing of 'eval-defun' in ELisp manual10af989
Fix (length CIRCULAR) documentation271d1f7
Tramp editorials4abf94f
Clarify and improve doc strings of 'eval-last-sexp' and friends6cfc7a7
Automate upload of Emacs manuals to gnu.orgb73cde5
Fix MH-E mail composition with GNU Mailutils (SF#485)0dce5e5
Speed up 'replace-buffer-contents' some more00fdce0
* doc/emacs/docstyle.texi: Avoid messing up the html output. Conflicts: admin/make-tarball.txt
This commit is contained in:
commit
d3e0fdc24f
19 changed files with 655 additions and 74 deletions
|
@ -1191,11 +1191,11 @@ current buffer.
|
|||
Normally, this function truncates long output according to the
|
||||
value of the variables `eval-expression-print-length' and
|
||||
`eval-expression-print-level'. With a prefix argument of zero,
|
||||
however, there is no such truncation. Such a prefix argument
|
||||
also causes integers to be printed in several additional formats
|
||||
\(octal, hexadecimal, and character when the prefix argument is
|
||||
-1 or the integer is `eval-expression-print-maximum-character' or
|
||||
less).
|
||||
however, there is no such truncation.
|
||||
Integer values are printed in several formats (decimal, octal,
|
||||
and hexadecimal). When the prefix argument is -1 or the value
|
||||
doesn't exceed `eval-expression-print-maximum-character', an
|
||||
integer value is also printed as a character of that codepoint.
|
||||
|
||||
If `eval-expression-debug-on-error' is non-nil, which is the default,
|
||||
this command arranges for all errors to enter the debugger."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue