X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4982861a08d0ec3262a0b68ff699920bb2938c40..ff9ddda9069da6b4dbcc64615cb4cab9a1f4f8b7:/lisp/obsolete/tpu-edt.el diff --git a/lisp/obsolete/tpu-edt.el b/lisp/obsolete/tpu-edt.el index 43189319a6..8733a9b52c 100644 --- a/lisp/obsolete/tpu-edt.el +++ b/lisp/obsolete/tpu-edt.el @@ -1,6 +1,6 @@ ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT -;; Copyright (C) 1993-1995, 2000-2014 Free Software Foundation, Inc. +;; Copyright (C) 1993-1995, 2000-2016 Free Software Foundation, Inc. ;; Author: Rob Riepel ;; Maintainer: Rob Riepel @@ -648,7 +648,7 @@ GOLD is the ASCII 7-bit escape sequence OP.") (make-variable-buffer-local 'tpu-mark-flag) (defun tpu-set-mode-line (for-tpu) - "Set ``minor-mode-alist'' for TPU-edt, or reset it to default Emacs." + "Set `minor-mode-alist' for TPU-edt, or reset it to default Emacs." (let ((entries '((tpu-newline-and-indent-p tpu-newline-and-indent-string) (tpu-rectangular-p tpu-rectangle-string) (tpu-direction-string tpu-direction-string) @@ -873,7 +873,7 @@ With argument, fill and justify." (set-frame-width (selected-frame) width)) (defun tpu-toggle-newline-and-indent nil - "Toggle between 'newline and indent' and 'simple newline'." + "Toggle between `newline-and-indent' and simple `newline'." (interactive) (cond (tpu-newline-and-indent-p (setq tpu-newline-and-indent-string "") @@ -1124,7 +1124,7 @@ if ARG is omitted or nil." M-x help-for-help p - Where `M-x' might be any of `Gold-KP7', 'Do', or 'ESC-x'. + Where `M-x' might be any of `Gold-KP7', `Do', or `ESC-x'. When you successfully invoke this part of the Emacs help facility, you will see a buffer named `*Finder*' listing a number of topics. Look for @@ -1313,7 +1313,7 @@ kill modified buffers without asking." (if tpu-regexp-p "en" "dis")))) (defun tpu-regexp-prompt (prompt) - "Read a string, adding 'RE' to the prompt if tpu-regexp-p is set." + "Read a string, adding `RE ' to the prompt if tpu-regexp-p is set." (let ((re-prompt (concat (if tpu-regexp-p "RE ") prompt))) (read-from-minibuffer re-prompt nil nil nil 'tpu-regexp-prompt-hist)))