summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuleaux <reuleaux@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-09-15 15:16:33 +0000
committerreuleaux <reuleaux@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-09-15 15:16:33 +0000
commit7e8ce2c1c1b8541d52a86d3f3bdc2493b6f52ef1 (patch)
tree5428775bd28b7f057e6758295b1e9a16ccc3bd8e
parent4c34be3bce67540b206a8eac26de4f904f313d5e (diff)
downloaddocutils-7e8ce2c1c1b8541d52a86d3f3bdc2493b6f52ef1.tar.gz
installation instructions simplified, just (require 'font-lock)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4745 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--tools/editors/emacs/rst.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/editors/emacs/rst.el b/tools/editors/emacs/rst.el
index 2ddf320ef..cbee18f7a 100644
--- a/tools/editors/emacs/rst.el
+++ b/tools/editors/emacs/rst.el
@@ -68,16 +68,9 @@
;;; Installation instructions
-;; Add this line to your .emacs file and bind the versatile sectioning commands
+;; Add these lines to your .emacs file and bind the versatile sectioning commands
;; in text mode, like this::
;;
-;; (require 'rst)
-;; (add-hook 'text-mode-hook 'rst-text-mode-bindings)
-;;
-;; Emacs installations seem to vary a lot. If you experience problems in Emacs 21
-;; regarding font-lock-preprocessor-face not being found, then (require 'font-lock)
-;; just before (require 'rst) should solve these problems::
-;;
;; (require 'font-lock)
;; (require 'rst)
;; (add-hook 'text-mode-hook 'rst-text-mode-bindings)