diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-02-26 13:53:37 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-02-26 13:53:37 +0100 |
commit | 9743f48de7325bd95a42e1a27acbf6635f8d086b (patch) | |
tree | 364b474f9019fa2899befe6d3260f8b8e1ed64f6 /doc/misc/ses.texi | |
parent | ce557a924a299650b5e0c93ba276f1ec651f7941 (diff) | |
download | emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.gz emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.bz2 emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.zip |
Mark keys consistently in manuals
* doc/emacs/killing.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/misc/calc.texi:
* doc/misc/cc-mode.texi:
* doc/misc/dired-x.texi:
* doc/misc/ede.texi:
* doc/misc/edt.texi:
* doc/misc/efaq.texi:
* doc/misc/erc.texi:
* doc/misc/eshell.texi:
* doc/misc/gnus-faq.texi:
* doc/misc/gnus-news.texi:
* doc/misc/idlwave.texi:
* doc/misc/ido.texi:
* doc/misc/mairix-el.texi:
* doc/misc/message.texi:
* doc/misc/mh-e.texi:
* doc/misc/newsticker.texi:
* doc/misc/org.texi:
* doc/misc/pcl-cvs.texi:
* doc/misc/ses.texi:
* doc/misc/sieve.texi:
* doc/misc/smtpmail.texi:
* doc/misc/speedbar.texi:
* doc/misc/srecode.texi:
* doc/misc/vhdl-mode.texi:
* doc/misc/vip.texi:
* doc/misc/viper.texi: Mark keys consistently.
Diffstat (limited to 'doc/misc/ses.texi')
-rw-r--r-- | doc/misc/ses.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 4db5fda34a4..aa4fe81ba52 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi @@ -209,7 +209,7 @@ remove blank cells from the returned list, which allows to use @findex keyboard-quit To create a new spreadsheet, visit a nonexistent file whose name ends - with ".ses". For example, @kbd{C-x C-f test.ses RET}. +with ".ses". For example, @kbd{C-x C-f test.ses @key{RET}}. A @dfn{cell identifier} is a symbol with a column letter and a row @@ -310,7 +310,7 @@ To enter something else (e.g., a vector), begin with a digit, then erase the digit and type whatever you want. @table @kbd -@item RET +@item @key{RET} Edit the existing formula in the current cell (@code{ses-edit-cell}). @item C-c C-c @@ -357,7 +357,7 @@ Basic commands: @item w (@code{ses-set-column-width}) -@item TAB +@item @key{TAB} Moves point to the next rightward cell, or inserts a new column if already at last cell on line, or inserts a new row if at endline (@code{ses-forward-or-insert}). @@ -639,7 +639,7 @@ or a non-string is displayed as an error by using @code{#} filling. These commands set both formula and printer to @code{nil}: @table @kbd -@item DEL +@item @key{DEL} Clear cell and move left (@code{ses-clear-cell-backward}). @item C-d |