branch: master
commit d427c245dd38139feee0e9e910ed15996fab3b90
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * doc/auctex.texi (Folding): Fix keybindings.
---
doc/auctex.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 066dfbb0..4d338c39 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2667,9 +2667,9 @@ containing point.
@end deffn
@deffn Command TeX-fold-section
-@kindex C-c C-o C-p
-(@kbd{C-c C-o C-p}) Hide all configured macros in the section
-containing point.
+@kindex C-c C-o C-s
+(@kbd{C-c C-o C-s}) Hide all configured macros in the section containing
+point.
@end deffn
@deffn Command TeX-fold-macro
@@ -2725,8 +2725,8 @@ paragraph containing point.
@end deffn
@deffn Command TeX-fold-clearout-section
-@kindex C-c C-o p
-(@kbd{C-c C-o p}) Permanently unfold all macros and environments in the
+@kindex C-c C-o s
+(@kbd{C-c C-o s}) Permanently unfold all macros and environments in the
section containing point.
@end deffn