diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-05-02 17:35:31 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-05-02 17:37:45 +0200 |
commit | 10a7d44f1946207198fdd8f6c376c3baf1154aa3 (patch) | |
tree | 60ca4deea33af0698eed11895542cf74b929a369 /etc/tutorials/TUTORIAL.es | |
parent | 84a2a4715b98e05ee37382d817ebe2ba9f2e03ce (diff) | |
download | emacs-10a7d44f1946207198fdd8f6c376c3baf1154aa3.tar.gz emacs-10a7d44f1946207198fdd8f6c376c3baf1154aa3.tar.bz2 emacs-10a7d44f1946207198fdd8f6c376c3baf1154aa3.zip |
* etc/tutorials/TUTORIAL.es: Adjust to latest change in TUTORIAL.
Diffstat (limited to 'etc/tutorials/TUTORIAL.es')
-rw-r--r-- | etc/tutorials/TUTORIAL.es | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/tutorials/TUTORIAL.es b/etc/tutorials/TUTORIAL.es index 786a9f4130d..0bd061488ce 100644 --- a/etc/tutorials/TUTORIAL.es +++ b/etc/tutorials/TUTORIAL.es @@ -1091,10 +1091,10 @@ ayuda, y entonces teclear C-x 1. Aquí hay algunas otras opciones útiles de C-h: - C-h f Describe una función. Usted teclea el nombre de la - función. + C-h x Describe un comando. Usted teclea el nombre de la + comando. ->> Intente teclear C-h f previous-line <Return>. +>> Intente teclear C-h x previous-line <Return>. Esto muestra toda la información que Emacs tiene sobre la función que implementa el comando C-p |