X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/732fd4c7e11debd61c97eaaba3038d61e6ec7024..68ce800e9200724d36a0b1bf1923401682bce96d:/lisp/cedet/inversion.el diff --git a/lisp/cedet/inversion.el b/lisp/cedet/inversion.el index 8409b73e71..26f526872e 100644 --- a/lisp/cedet/inversion.el +++ b/lisp/cedet/inversion.el @@ -1,6 +1,6 @@ ;;; inversion.el --- When you need something in version XX.XX -;;; Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc. +;;; Copyright (C) 2002-2003, 2005-2016 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam ;; Version: 1.3 @@ -230,8 +230,8 @@ string. INCOMPATIBLE-VERSION can be nil. RESERVED arguments are kept for a later use. Return: - nil if everything is ok. -- 'outdated if VERSION is less than MINIMUM. -- 'incompatible if VERSION is not backward compatible with MINIMUM. +- `outdated' if VERSION is less than MINIMUM. +- `incompatible' if VERSION is not backward compatible with MINIMUM. - t if the check failed." (let ((code (if (stringp version) (inversion-decode-version version)