diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-10-22 19:28:58 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-10-22 19:28:58 +0300 |
commit | b1be40c468ccffd7cd0793f3e23f8413d9876f5d (patch) | |
tree | 8785e32072cbb3838a258f8b6e0f0fe2f86fbd60 /doc/lispref/edebug.texi | |
parent | 1f1b2e3da66ecc47bcaae4ea7df0a8ef884b40d0 (diff) | |
download | emacs-b1be40c468ccffd7cd0793f3e23f8413d9876f5d.tar.gz |
Fix recent changes in documentation
* doc/lispref/edebug.texi (Edebug Eval, Eval List): Reword
recently added text to follow conventions.
* src/textprop.c (Ftext_properties_at): Don't use passive tense
in doc string.
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r-- | doc/lispref/edebug.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index bd287ebe1af..e1147df8af3 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -705,8 +705,8 @@ Evaluate expression @var{exp} in the context of Edebug itself @item C-x C-e Evaluate the expression before point, in the context outside of Edebug -(@code{edebug-eval-last-sexp}). If given a zero prefix (for instance -@kbd{C-u 0 C-x C-e}), don't shorten long items (like strings and +(@code{edebug-eval-last-sexp}). With the prefix argument of zero +(@kbd{C-u 0 C-x C-e}), don't shorten long items (like strings and lists). @end table @@ -739,8 +739,8 @@ Manual}) as well as these special commands: @item C-j Evaluate the expression before point, in the outside context, and insert the value in the buffer (@code{edebug-eval-print-last-sexp}). -If given a zero prefix (for instance @kbd{C-u 0 C-j}), don't shorten -long items (like strings and lists). +With prefix argument of zero (@kbd{C-u 0 C-j}), don't shorten long +items (like strings and lists). @item C-x C-e Evaluate the expression before point, in the context outside of Edebug |