X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e18afed7d695edac870ddf55aabc85c0a95a4b5f..1b8dff239bf8091a75572064ff8fb085f3c073d6:/lisp/follow.el diff --git a/lisp/follow.el b/lisp/follow.el index 0dea1917f8..ef26788c0b 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -1,5 +1,6 @@ ;;; follow.el --- synchronize windows showing the same buffer -;; Copyright (C) 1995-1997, 1999, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1995-1997, 1999, 2001-2013 Free Software Foundation, +;; Inc. ;; Author: Anders Lindgren ;; Maintainer: FSF (Anders' email bounces, Sep 2005) @@ -334,8 +335,8 @@ property `follow-mode-use-cache' to non-nil.") (defvar follow-active-menu nil "The menu visible when Follow mode is active.") -(defvar follow-deactive-menu nil - "The menu visible when Follow mode is deactivated.") +(defvar follow-inactive-menu nil + "The menu visible when Follow mode is inactive.") (defvar follow-inside-post-command-hook nil "Non-nil when inside Follow modes `post-command-hook'.