summaryrefslogtreecommitdiffstats
path: root/scripts/kde-emacs/kde-emacs.el
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-16 14:28:28 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-16 14:28:28 -0600
commita6a23aed1b0edfbc71afc07343e1e14883daf852 (patch)
tree46b2ffea71d6e933000c60ab1861785513e0f92f /scripts/kde-emacs/kde-emacs.el
parent10510f1d19017faac9507f66592ac87a9f6a0cd7 (diff)
downloadtdesdk-a6a23aed1b0edfbc71afc07343e1e14883daf852.tar.gz
tdesdk-a6a23aed1b0edfbc71afc07343e1e14883daf852.zip
Fix unintended renaming
Diffstat (limited to 'scripts/kde-emacs/kde-emacs.el')
-rw-r--r--scripts/kde-emacs/kde-emacs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kde-emacs/kde-emacs.el b/scripts/kde-emacs/kde-emacs.el
index b2865c53..386e8966 100644
--- a/scripts/kde-emacs/kde-emacs.el
+++ b/scripts/kde-emacs/kde-emacs.el
@@ -26,8 +26,8 @@
;;
;; I also strongly recommend to add the following two lines to
;; .emacs file:
-;; (setq kde-full-name "Your Name")
-;; (setq kde-email "Your Email")
+;; (set kde-full-name "Your Name")
+;; (set kde-email "Your Email")
;;
;; You may want to byte-compile the package to speed it up
;; a bit. To do it in the *scratch* buffer type in the following