]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/ws-mode.el
Minor-mode doc fixes for ARG behavior
[gnu-emacs] / lisp / emulation / ws-mode.el
index 69f7b1d50ea0992a5db6d10cd31a0ee5663a59cf..aa8d647ec116365ce259e42b74594f048221a28c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs
 
-;; Copyright (C) 1991, 2001-2011  Free Software Foundation, Inc.
+;; Copyright (C) 1991, 2001-2012  Free Software Foundation, Inc.
 
 ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
 ;; Version: 0.7
@@ -95,9 +95,9 @@
     (define-key map "\C-r" 'set-fill-column)
     (define-key map "\C-u" 'keyboard-quit)
     (define-key map "wd" 'delete-other-windows)
-    (define-key map "wh" 'split-window-horizontally)
+    (define-key map "wh" 'split-window-right)
     (define-key map "wo" 'other-window)
-    (define-key map "wv" 'split-window-vertically)
+    (define-key map "wv" 'split-window-below)
     map)
   "")
 
     map)
   "")
 
-(defvar wordstar-mode-map 
+(defvar wordstar-mode-map
   (let ((map (make-keymap)))
     (define-key map "\C-a" 'backward-word)
     (define-key map "\C-b" 'fill-paragraph)
-    (define-key map "\C-c" 'scroll-up)
+    (define-key map "\C-c" 'scroll-up-command)
     (define-key map "\C-d" 'forward-char)
     (define-key map "\C-e" 'previous-line)
     (define-key map "\C-f" 'forward-word)
     (define-key map "\C-o" wordstar-C-o-map)
     (define-key map "\C-p" 'quoted-insert)
     (define-key map "\C-q" wordstar-C-q-map)
-    (define-key map "\C-r" 'scroll-down)
+    (define-key map "\C-r" 'scroll-down-command)
     (define-key map "\C-s" 'backward-char)
     (define-key map "\C-t" 'kill-word)
     (define-key map "\C-u" 'keyboard-quit)
@@ -257,9 +257,9 @@ The key bindings are:
   C-o r                set-fill-column
   C-o C-u      keyboard-quit
   C-o wd       delete-other-windows
-  C-o wh       split-window-horizontally
+  C-o wh       split-window-right
   C-o wo       other-window
-  C-o wv       split-window-vertically
+  C-o wv       split-window-below
 
   C-q 0                ws-find-marker-0
   C-q 1                ws-find-marker-1